We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 94fe55c commit f8c1fbfCopy full SHA for f8c1fbf
1 file changed
lib/backup-versions.php
@@ -94,7 +94,7 @@
94
}
95
96
var editor = CodeMirror.fromTextArea(document.getElementById("code"), {
97
- lineNumbers: true,
+ lineNumbers: top.ICEcoder.lineNumbers,
98
readOnly: "nocursor",
99
indentUnit: top.ICEcoder.indentSize,
100
tabSize: top.ICEcoder.indentSize,
0 commit comments