From 020bd3915c8cfaccfffbe12c563912f6dc7eaede Mon Sep 17 00:00:00 2001 From: webzwo0i Date: Sun, 8 Dec 2013 17:24:12 +0100 Subject: remove empty&unused overlaysdiv --- src/static/js/ace.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/static/js/ace.js') diff --git a/src/static/js/ace.js b/src/static/js/ace.js index db0d596b..d2bbb484 100644 --- a/src/static/js/ace.js +++ b/src/static/js/ace.js @@ -313,7 +313,7 @@ window.onload = function () {\n\ // bizarrely, in FF2, a file with no "external" dependencies won't finish loading properly // (throbs busy while typing) - outerHTML.push('', '', scriptTag(outerScript), '
x
'); + outerHTML.push('', '', scriptTag(outerScript), '
x
'); var outerFrame = document.createElement("IFRAME"); outerFrame.name = "ace_outer"; -- cgit v1.2.3