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/tbl_relation.js
parent62b2d09da18ef40cdd6008dba5f9f60027831070 (diff)
Short-hand notation for jQuery document.ready event
Diffstat (limited to 'js/tbl_relation.js')
-rw-r--r--js/tbl_relation.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/tbl_relation.js b/js/tbl_relation.js
index c7df7ffda3..cce1a67fc0 100644
--- a/js/tbl_relation.js
+++ b/js/tbl_relation.js
@@ -15,7 +15,7 @@ function show_hide_clauses($thisDropdown)
}
}
-$(document).ready(function() {
+$(function() {
// initial display
$('select.referenced_column_dropdown').each(function(index, one_dropdown) {
show_hide_clauses($(one_dropdown));