WebEditor: fix unknown theme in production mode

This commit is contained in:
Valeriy Sizov 2012-10-16 23:52:44 +03:00
parent 2a750bf2ca
commit 8ee8f36f6e
2 changed files with 1 additions and 2 deletions

View file

@ -21,7 +21,6 @@
:javascript
var editor = ace.edit("editor");
editor.setTheme("ace/theme/twilight");
editor.getSession().setMode("ace/mode/javascript");
$(".save-btn").click(function(){