Move NewPP limit report HTML comments to JS variables
[lhc/web/wiklou.git] / includes / resourceloader / ResourceLoader.php
index 6596112..59f6462 100644 (file)
@@ -1394,7 +1394,7 @@ MESSAGE;
                return Xml::encodeJsCall(
                        'mw.config.set',
                        [ $configuration ],
-                       ResourceLoader::inDebugMode()
+                       true // readable
                );
        }