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-12-07 02:05:14 +0400
committerRouslan Placella <rouslan@placella.com>2012-12-14 23:05:04 +0400
commit04549d2dcc93b177c4aeb44f0a6c81647013a47c (patch)
tree13f3054485fda901c7e6a12897dca97a5700d18f /js/server_status_variables.js
parentb621d2b56ccd19cdb2515fc60a99ac8a31da4abb (diff)
Restored server_status table sorter
Diffstat (limited to 'js/server_status_variables.js')
-rw-r--r--js/server_status_variables.js7
1 files changed, 7 insertions, 0 deletions
diff --git a/js/server_status_variables.js b/js/server_status_variables.js
index 0676e11c51..a8c2e652a7 100644
--- a/js/server_status_variables.js
+++ b/js/server_status_variables.js
@@ -16,6 +16,13 @@ AJAX.registerTeardown('server_status_variables.js', function() {
});
AJAX.registerOnload('server_status_variables.js', function() {
+ /*** Table sort tooltip ***/
+ PMA_createqTip(
+ $('table.sortable').children('thead').children('tr').has('th'),
+ PMA_messages['strSortHint']
+ );
+ initTableSorter('statustabs_allvars');
+
// Filters for status variables
var textFilter = null;
var alertFilter = $('#filterAlert').prop('checked');