This commit is contained in:
Mayhem 2013-06-11 20:52:35 +02:00
parent 81e36308f2
commit d8f08ce07e
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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