blank the iframe after messaging

This commit is contained in:
James Campos 2011-04-24 17:58:48 -07:00
parent 2ebbc743bf
commit 2b0d729193
2 changed files with 3 additions and 1 deletions

View File

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

View File

@ -715,6 +715,7 @@ qr =
$.remove dialog
Recaptcha.reload()
$('iframe[name=iframe]').src = 'about:blank'
node: (root) ->
quotes = $$ 'a.quotejs:not(:first-child)', root