Skip to content

Commit 6f50a23

Browse files
committed
User language available in JS var
1 parent 53e5a4e commit 6f50a23

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

index.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,7 @@
9090
"top.ICEcoder.fontSize = '".$ICEcoder["fontSize"]."';".
9191
"top.ICEcoder.openLastFiles = ".($ICEcoder["openLastFiles"] ? 'true' : 'false').";".
9292
"top.ICEcoder.updateDiffOnSave = ".($ICEcoder["updateDiffOnSave"] ? 'true' : 'false').";".
93+
"top.ICEcoder.languageUser = '".$ICEcoder["languageUser"]."';".
9394
"top.ICEcoder.codeAssist = ".($ICEcoder["codeAssist"] ? 'true' : 'false').";".
9495
"top.ICEcoder.lineWrapping = ".($ICEcoder["lineWrapping"] ? 'true' : 'false').";".
9596
"top.ICEcoder.indentWithTabs = ".($ICEcoder["indentWithTabs"] ? 'true' : 'false').";".

0 commit comments

Comments
 (0)