Passed
Branch master (25ca2a)
by Robbie
03:46
created
Category
code/Extensions/DefaultThemeExtension.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -53,8 +53,8 @@
 block discarded – undo
53 53
         $themeDir = SSViewer::get_theme_folder();
54 54
 
55 55
         $scripts = array_merge($scripts, array(
56
-            THIRDPARTY_DIR .'/jquery/jquery.js',
57
-            THIRDPARTY_DIR .'/jquery-ui/jquery-ui.js',
56
+            THIRDPARTY_DIR . '/jquery/jquery.js',
57
+            THIRDPARTY_DIR . '/jquery-ui/jquery-ui.js',
58 58
             "$themeDir/js/lib/modernizr.js",
59 59
             "$themeDir/js/bootstrap-transition.2.3.1.js",
60 60
             'themes/module_bootstrap/js/bootstrap-collapse.js',
Please login to merge, or discard this patch.