Index: trunk/phase3/includes/OutputPage.php |
— | — | @@ -240,7 +240,7 @@ |
241 | 241 | } |
242 | 242 | return true; |
243 | 243 | } |
244 | | - print "could not find: $js_class\n"; |
| 244 | + //print "could not find: $js_class\n"; |
245 | 245 | wfDebug( __METHOD__ . ' could not find js_class: ' . $js_class ); |
246 | 246 | return false; // could not find the class |
247 | 247 | } |
Index: trunk/phase3/includes/DefaultSettings.php |
— | — | @@ -2807,7 +2807,7 @@ |
2808 | 2808 | * Revision for generating the request id. |
2809 | 2809 | * |
2810 | 2810 | */ |
2811 | | -$wgScriptModifiedMsgCheck = true; |
| 2811 | +$wgScriptModifiedMsgCheck = false; |
2812 | 2812 | |
2813 | 2813 | /* |
2814 | 2814 | * enable js2 Script System |