From 2b0d7291938a86177187b7fd8be125e53de7ae7c Mon Sep 17 00:00:00 2001 From: James Campos Date: Sun, 24 Apr 2011 17:58:48 -0700 Subject: [PATCH] blank the iframe after messaging --- 4chan_x.js | 3 ++- script.coffee | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/4chan_x.js b/4chan_x.js index 9b1a607f2..e2cf5a80c 100644 --- a/4chan_x.js +++ b/4chan_x.js @@ -952,7 +952,8 @@ } } } - return Recaptcha.reload(); + Recaptcha.reload(); + return $('iframe[name=iframe]').src = 'about:blank'; }, node: function(root) { var quote, quotes, _i, _len, _results; diff --git a/script.coffee b/script.coffee index bf19422d2..fab35a51a 100644 --- a/script.coffee +++ b/script.coffee @@ -715,6 +715,7 @@ qr = $.remove dialog Recaptcha.reload() + $('iframe[name=iframe]').src = 'about:blank' node: (root) -> quotes = $$ 'a.quotejs:not(:first-child)', root