From c7b2ee28f3e78c3b816c4852d63bae6ad211f100 Mon Sep 17 00:00:00 2001 From: "Ann + J.M" Date: Wed, 2 Jul 2014 22:29:42 +0200 Subject: Fix coding style in JS files Signed-off-by: Ann + J.M --- setup/scripts.js | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'setup') 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); }); // -- cgit v1.2.3