From b2d1ac11f47f41cd72f23e8320493efdb13e95cd Mon Sep 17 00:00:00 2001 From: ccd0 Date: Fri, 23 May 2014 23:58:56 -0700 Subject: [PATCH] fix jsMath loading error --- src/Miscellaneous/Fourchan.coffee | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Miscellaneous/Fourchan.coffee b/src/Miscellaneous/Fourchan.coffee index 290c16265..8bbd79b72 100755 --- a/src/Miscellaneous/Fourchan.coffee +++ b/src/Miscellaneous/Fourchan.coffee @@ -21,7 +21,7 @@ Fourchan = if (jsMath.loaded) { // process one post jsMath.ProcessBeforeShowing(e.detail); - } else { + } else if (jsMath.Autoload.checked) { // load jsMath and process whole document jsMath.Autoload.Script.Push('ProcessBeforeShowing', [null]); jsMath.Autoload.LoadJsMath();