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
path: root/setup
diff options
context:
space:
mode:
authorAnn + J.M <phpMyAdmin@ZweiSteinSoft.de>2014-07-03 00:29:42 +0400
committerAnn + J.M <phpMyAdmin@ZweiSteinSoft.de>2014-07-03 00:30:18 +0400
commitc7b2ee28f3e78c3b816c4852d63bae6ad211f100 (patch)
treeefd2a667a48daec06739a11bc3b303a1beff876a /setup
parenta995e28258db781478b0b42f4d8d5bda1f9fa37c (diff)
Fix coding style in JS files
Signed-off-by: Ann + J.M <phpMyAdmin@ZweiSteinSoft.de>
Diffstat (limited to 'setup')
-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);
});
//