Skip to content

Commit f8c1fbf

Browse files
committed
lineNumbers controlled from JS var
1 parent 94fe55c commit f8c1fbf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/backup-versions.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@
9494
}
9595

9696
var editor = CodeMirror.fromTextArea(document.getElementById("code"), {
97-
lineNumbers: true,
97+
lineNumbers: top.ICEcoder.lineNumbers,
9898
readOnly: "nocursor",
9999
indentUnit: top.ICEcoder.indentSize,
100100
tabSize: top.ICEcoder.indentSize,

0 commit comments

Comments
 (0)