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:
authorRouslan Placella <rouslan@placella.com>2012-06-19 20:10:00 +0400
committerRouslan Placella <rouslan@placella.com>2012-10-31 00:07:01 +0400
commit5838a4433921f285c70706146343bb21f0430b4a (patch)
tree501f2bf50007cc9af4205b4d008ef07db4513a50 /js/server_variables.js
parent198c3a25c86d90cbe7d56b9d4744543b35761bfa (diff)
Use AJAX.registerOnload() instead of $(document).ready()
Diffstat (limited to 'js/server_variables.js')
-rw-r--r--js/server_variables.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/server_variables.js b/js/server_variables.js
index 39eb1e8bd1..2a44166c96 100644
--- a/js/server_variables.js
+++ b/js/server_variables.js
@@ -1,5 +1,5 @@
/* vim: set expandtab sw=4 ts=4 sts=4: */
-$(function() {
+AJAX.registerOnload('server_variables.js', function() {
var textFilter = null, odd_row = false;
var testString = 'abcdefghijklmnopqrstuvwxyz0123456789,ABCEFGHIJKLMOPQRSTUVWXYZ';
var $tmpDiv, charWidth;