fix jsMath loading error
This commit is contained in:
parent
db71c7f2d4
commit
b2d1ac11f4
@ -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();
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user