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:
authorNisarg Jhaveri <nisargjhaveri@gmail.com>2015-06-18 19:14:46 +0300
committerNisarg Jhaveri <nisargjhaveri@gmail.com>2015-06-18 19:14:46 +0300
commit7d76949cecba8559ca6ce82c9548fd2c2e071fdc (patch)
tree4b466a15e3cb6dde8b6a438cf33cd71bae99a2b9 /libraries/user_preferences.inc.php
parent45e8d55514da6b19eb59eef6c0d622b10364d2c3 (diff)
Use stricter jQuery selectors in config.js
Signed-off-by: Nisarg Jhaveri <nisargjhaveri@gmail.com>
Diffstat (limited to 'libraries/user_preferences.inc.php')
-rw-r--r--libraries/user_preferences.inc.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/libraries/user_preferences.inc.php b/libraries/user_preferences.inc.php
index cfd022901f..a46dcd680c 100644
--- a/libraries/user_preferences.inc.php
+++ b/libraries/user_preferences.inc.php
@@ -22,7 +22,7 @@ $tabs_icons = array(
'Main_panel' => 'b_props.png',
'Import' => 'b_import.png',
'Export' => 'b_export.png');
-echo '<ul id="topmenu2">';
+echo '<ul id="topmenu2" class="user_prefs_tabs">';
echo PMA_Util::getHtmlTab(
array(
'link' => 'prefs_manage.php',