Fix #1154.
This commit is contained in:
parent
81e36308f2
commit
d8f08ce07e
@ -155,7 +155,7 @@ Main =
|
||||
$.addClass doc, style
|
||||
setStyle()
|
||||
return unless mainStyleSheet
|
||||
if MutationObserver
|
||||
if window.MutationObserver
|
||||
observer = new MutationObserver setStyle
|
||||
observer.observe mainStyleSheet,
|
||||
attributes: true
|
||||
|
||||
@ -703,7 +703,7 @@ QR =
|
||||
img: imgContainer.firstChild
|
||||
input: input
|
||||
|
||||
if MutationObserver
|
||||
if window.MutationObserver
|
||||
observer = new MutationObserver @load.bind @
|
||||
observer.observe @nodes.challenge,
|
||||
childList: true
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user