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:
Diffstat (limited to 'setup/scripts.js')
-rw-r--r--setup/scripts.js10
1 files changed, 5 insertions, 5 deletions
diff --git a/setup/scripts.js b/setup/scripts.js
index 2aefdf03f6..ce3e1c0575 100644
--- a/setup/scripts.js
+++ b/setup/scripts.js
@@ -40,11 +40,11 @@ $(document).ready(function(){
$('ul.tabs li').each(function(){
tabWidth = $(this).width() + 10;
width += tabWidth;
- });
- contentWidth = width;
- width += 250;
- $('body').css('min-width', width);
- $('.tabs_contents').css('min-width', contentWidth);
+ });
+ contentWidth = width;
+ width += 250;
+ $('body').css('min-width', width);
+ $('.tabs_contents').css('min-width', contentWidth);
});
//