1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-06-24 22:33:16 +00:00

KaTeX: Fix problem running under TiddlyDesktop as a wikifolder

Fixes https://github.com/Jermolene/TiddlyDesktop/issues/124 (the problem over there is that TiddlyWiki running as a wiki folder in TiddlyDesktop reports itself as running both under Node and the browser, and the previous test was wrongly choosing the fakedom)
This commit is contained in:
Jermolene 2018-02-07 14:51:34 +00:00
parent 38cf4c7ccf
commit 5754216479

View File

@ -25,7 +25,7 @@
"module-type": "library"
},
"prefix": "(function(document) {\n",
"suffix": "\n})($tw.node ? $tw.fakeDocument : window.document)\n"
"suffix": "\n})(!$tw.browser ? $tw.fakeDocument : window.document)\n"
}
]
}