From 1e4505e381ba21fbc3231ab15c69baf2d457cd4f Mon Sep 17 00:00:00 2001 From: James Campos Date: Sun, 27 Mar 2011 14:04:56 -0700 Subject: [PATCH] add chrome comment --- 4chan_x.js | 4 ++++ script.coffee | 4 ++++ 2 files changed, 8 insertions(+) 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',