diff --git a/www/js/util.js b/www/js/util.js index e06328b0..a2deb260 100644 --- a/www/js/util.js +++ b/www/js/util.js @@ -2572,6 +2572,7 @@ function checkScriptAccess(source, type, cb) { .html("×") .appendTo(div); var form = $("
") + .attr("action", "javascript:void(0)") .attr("id", "chanjs-allow-prompt") .attr("style", "text-align: center") .appendTo(div);