removed editor script for now

This commit is contained in:
Dave 2014-08-24 13:40:50 -04:00
parent cdf4c11f02
commit 5511dee571

View File

@ -155,9 +155,6 @@
});
app.init();
var editor = ace.edit("editor");
//editor.setTheme("ace/theme/monokai");
editor.getSession().setMode("ace/mode/javascript");
});
// make all forms ajax forms
var options = {