Fix chrome bug
This commit is contained in:
parent
e87ddb473b
commit
ece32dda5d
|
@ -2572,6 +2572,7 @@ function checkScriptAccess(source, type, cb) {
|
|||
.html("×")
|
||||
.appendTo(div);
|
||||
var form = $("<form/>")
|
||||
.attr("action", "javascript:void(0)")
|
||||
.attr("id", "chanjs-allow-prompt")
|
||||
.attr("style", "text-align: center")
|
||||
.appendTo(div);
|
||||
|
|
Loading…
Reference in a new issue