From 0470231a37fc90e2f06cd78e454892dccb097ae9 Mon Sep 17 00:00:00 2001 From: Matt Pass Date: Sat, 2 May 2015 14:10:56 +0100 Subject: [PATCH] lockedNav now set according to settings --- index.php | 1 + 1 file changed, 1 insertion(+) diff --git a/index.php b/index.php index c1ab4ed..de1d05e 100644 --- a/index.php +++ b/index.php @@ -96,6 +96,7 @@ $t = $text['index']; "top.ICEcoder.updateDiffOnSave = ".($ICEcoder["updateDiffOnSave"] ? 'true' : 'false').";". "top.ICEcoder.languageUser = '".$ICEcoder["languageUser"]."';". "top.ICEcoder.codeAssist = ".($ICEcoder["codeAssist"] ? 'true' : 'false').";". + "top.ICEcoder.lockedNav = ".($ICEcoder["lockedNav"] ? 'true' : 'false').";". "top.ICEcoder.lineWrapping = ".($ICEcoder["lineWrapping"] ? 'true' : 'false').";". "top.ICEcoder.indentWithTabs = ".($ICEcoder["indentWithTabs"] ? 'true' : 'false').";". "top.ICEcoder.indentAuto = ".($ICEcoder["indentAuto"] ? 'true' : 'false').";".