diff --git a/editor.php b/editor.php index 1ca9028..f7f979d 100644 --- a/editor.php +++ b/editor.php @@ -65,7 +65,7 @@ h2 {color: rgba(0,198,255,0.7)}
-
+

server

Server name, OS & IP:


@@ -76,7 +76,12 @@ h2 {color: rgba(0,198,255,0.7)} PHP version:


Date & time:
-


+

+

your device

+ Browser:
+

+ Your IP:
+

@@ -103,13 +108,7 @@ h2 {color: rgba(0,198,255,0.7)}
-
-

your device

- Browser:
-

- Your IP:
- -
+
-

test suite

Run unit tests:
Run unit tests
@@ -135,7 +133,6 @@ h2 {color: rgba(0,198,255,0.7)} ;}; if($ICEcoder['devMode']) {?>
-

dev mode on

Status:
Using ice-coder.js @@ -180,7 +177,6 @@ function createNewCMInstance(num) { keyMap: "ICEcoder", onKeyEvent: function(thisCM, e) { if (e.type=="keyup") { - top.ICEcoder.redoChangedContent(e); if ("undefined" != typeof top.doFind) { clearInterval(top.doFind); } @@ -223,7 +219,6 @@ function createNewCMInstance(num) { window['cM'+num].on("change", function(thisCM, changeObj) { // If we're not loading the file, it's a change, so update tab if (!top.ICEcoder.loadingFile) { - top.ICEcoder.changedContent[top.ICEcoder.selectedTab-1] = thisCM.historySize().undo > 0 ? 1 : 0; top.ICEcoder.redoTabHighlight(top.ICEcoder.selectedTab); } top.ICEcoder.getCaretPosition();