Index: trunk/extensions/MetavidWiki/includes/MV_Settings.php |
— | — | @@ -26,7 +26,8 @@ |
27 | 27 | |
28 | 28 | //script loader settings: |
29 | 29 | $mvgJSDebug=false; |
30 | | -$wgEnableScriptLoader = true; //if the script loader is on at all |
| 30 | +$wgEnableScriptLoader = false; //if the script loader is on |
| 31 | + |
31 | 32 | $wgEnableScriptLoaderJsFile = true; //if you can use the script loader with js files (rather than only js classes) |
32 | 33 | $wgEnableScriptMinify = true; |
33 | 34 | |