Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/phpmyadmin/phpmyadmin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJo Michael <me@mynetx.net>2012-04-21 04:44:18 +0400
committerJo Michael <me@mynetx.net>2012-04-21 04:44:18 +0400
commit13644d8591812eca0148327a5709f0f12d77993b (patch)
tree8ab099ba471a16ab60f1a391c82f7463984ceacc /js/replication.js
parent62b2d09da18ef40cdd6008dba5f9f60027831070 (diff)
Short-hand notation for jQuery document.ready event
Diffstat (limited to 'js/replication.js')
-rw-r--r--js/replication.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/replication.js b/js/replication.js
index 2137217259..18071c0d36 100644
--- a/js/replication.js
+++ b/js/replication.js
@@ -25,7 +25,7 @@ function update_config()
}
}
-$(document).ready(function() {
+$(function() {
$('#rep').text(conf_prefix);
$('#db_type').change(update_config);
$('#db_select').change(update_config);