admin editor: fix theme selector and full screen

This commit is contained in:
ilvalle
2013-06-10 15:22:00 +02:00
parent 5d6b4842ba
commit 9e2bb2c08a
4 changed files with 20 additions and 22 deletions
@@ -52,7 +52,7 @@
indentUnit: 4,
styleActiveLine: true,
autoCloseTags: true,
theme: "web2py",
theme: current_theme,
tabMode: "shift",
lineWrapping: true,
gutters: ["CodeMirror-linenumbers", "breakpoints"],