From ece32dda5daf222932848a3a77697df9f9be6b32 Mon Sep 17 00:00:00 2001 From: Calvin Montgomery Date: Tue, 1 Jul 2014 20:29:12 -0700 Subject: [PATCH] Fix chrome bug --- www/js/util.js | 1 + 1 file changed, 1 insertion(+) 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);