Let's switch to the new parser

print-window-tiddler
Jeremy Ruston 2012-06-04 16:12:46 +01:00
rodzic 0838d435e9
commit c6a2083e26
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -36,7 +36,7 @@ if(typeof(window) === "undefined" && !global.$tw) {
}
// Temporary switch for replacing the old wiki text parser with the new one
$tw.useNewParser = false;
$tw.useNewParser = true;
// Boot information
$tw.boot = {};