blank the iframe after messaging
This commit is contained in:
parent
2ebbc743bf
commit
2b0d729193
@ -952,7 +952,8 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
return Recaptcha.reload();
|
Recaptcha.reload();
|
||||||
|
return $('iframe[name=iframe]').src = 'about:blank';
|
||||||
},
|
},
|
||||||
node: function(root) {
|
node: function(root) {
|
||||||
var quote, quotes, _i, _len, _results;
|
var quote, quotes, _i, _len, _results;
|
||||||
|
|||||||
@ -715,6 +715,7 @@ qr =
|
|||||||
$.remove dialog
|
$.remove dialog
|
||||||
|
|
||||||
Recaptcha.reload()
|
Recaptcha.reload()
|
||||||
|
$('iframe[name=iframe]').src = 'about:blank'
|
||||||
|
|
||||||
node: (root) ->
|
node: (root) ->
|
||||||
quotes = $$ 'a.quotejs:not(:first-child)', root
|
quotes = $$ 'a.quotejs:not(:first-child)', root
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user