From 6f50a23f3b97e5a5e339073405bb3130e212c5d3 Mon Sep 17 00:00:00 2001 From: Matt Pass Date: Tue, 18 Nov 2014 15:32:39 +0000 Subject: [PATCH] User language available in JS var --- index.php | 1 + 1 file changed, 1 insertion(+) diff --git a/index.php b/index.php index b8b6158..949e3b5 100644 --- a/index.php +++ b/index.php @@ -90,6 +90,7 @@ $t = $text['index']; "top.ICEcoder.fontSize = '".$ICEcoder["fontSize"]."';". "top.ICEcoder.openLastFiles = ".($ICEcoder["openLastFiles"] ? 'true' : 'false').";". "top.ICEcoder.updateDiffOnSave = ".($ICEcoder["updateDiffOnSave"] ? 'true' : 'false').";". + "top.ICEcoder.languageUser = '".$ICEcoder["languageUser"]."';". "top.ICEcoder.codeAssist = ".($ICEcoder["codeAssist"] ? 'true' : 'false').";". "top.ICEcoder.lineWrapping = ".($ICEcoder["lineWrapping"] ? 'true' : 'false').";". "top.ICEcoder.indentWithTabs = ".($ICEcoder["indentWithTabs"] ? 'true' : 'false').";".