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:
authorMarc Delisle <marc@infomarc.info>2013-01-02 17:37:24 +0400
committerMarc Delisle <marc@infomarc.info>2013-01-02 17:37:24 +0400
commit3206db75e75ee2b283c52c720b6d0b3d1426fc23 (patch)
tree06f4662cc9a984721a6ce73c2fe389a40969a208 /js/server_status_variables.js
parent5e8f6efd0bc6931edb6bee710305b76f05abc6c0 (diff)
Continue converting to jQuery UI tooltip
Diffstat (limited to 'js/server_status_variables.js')
-rw-r--r--js/server_status_variables.js6
1 files changed, 5 insertions, 1 deletions
diff --git a/js/server_status_variables.js b/js/server_status_variables.js
index f6ce73d2f4..2f670666cc 100644
--- a/js/server_status_variables.js
+++ b/js/server_status_variables.js
@@ -17,7 +17,11 @@ AJAX.registerTeardown('server_status_variables.js', function() {
AJAX.registerOnload('server_status_variables.js', function() {
/*** Table sort tooltip ***/
- PMA_tooltip($('table.sortable>thead>tr:first').find('th'), 'th', PMA_messages['strSortHint']);
+ PMA_tooltip(
+ $('table.sortable>thead>tr:first').find('th'),
+ 'th',
+ PMA_messages['strSortHint']
+ );
initTableSorter('statustabs_allvars');
// Filters for status variables