loadingFile = false should end processes

This commit is contained in:
Matt Pass
2015-05-03 18:28:38 +01:00
parent d92b35fe23
commit 55fe5e7199

View File

@@ -172,8 +172,8 @@ if (action=="load") {
for (var i=0; i<cM.lineCount(); i++) {
top.ICEcoder.content.contentWindow.CodeMirror.doFold(cM.getLine(i).indexOf("{")>-1?"brace":"xml",null,"+","-",true)(cM, i);
}
top.ICEcoder.loadingFile = false;
top.ICEcoder.goToLine(<?php echo $lineNumber; ?>);
top.ICEcoder.loadingFile = false;
<?php
;};
?>