Fix chrome bug

This commit is contained in:
Calvin Montgomery 2014-07-01 20:29:12 -07:00
parent e87ddb473b
commit ece32dda5d

View file

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