diff --git a/4chan_x.js b/4chan_x.js index 39abc15e0..7ccd6717b 100644 --- a/4chan_x.js +++ b/4chan_x.js @@ -921,6 +921,10 @@ return [replies, opbq]; }; qr = { + /* + lol chrome - http://code.google.com/p/chromium/issues/detail?id=20773 + we can't access other frames, so no error checking until I make a workaround + */ init: function() { var iframe; g.callbacks.push(qr.cb.node); diff --git a/script.coffee b/script.coffee index 35328b26e..0dae9efbf 100644 --- a/script.coffee +++ b/script.coffee @@ -674,6 +674,10 @@ parseResponse = (responseText) -> return [replies, opbq] qr = + ### + lol chrome - http://code.google.com/p/chromium/issues/detail?id=20773 + we can't access other frames, so no error checking until I make a workaround + ### init: -> g.callbacks.push qr.cb.node iframe = $.el 'iframe',