fix failure of jsMath to load in cross-thread quotes
This commit is contained in:
parent
2c2407a727
commit
6b838f7992
@ -40,7 +40,7 @@ Fourchan =
|
||||
$.off window, 'prettyprint:cb', apply
|
||||
return
|
||||
math: ->
|
||||
return if @isClone or !$ '.math', @nodes.comment
|
||||
return if (@isClone and doc.contains @origin.nodes.root) or !$ '.math', @nodes.comment
|
||||
$.event 'jsmath', @nodes.post, window
|
||||
parseThread: (threadID, offset, limit) ->
|
||||
# Fix /sci/
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user