mirror of https://gitee.com/bigwinds/arangodb
aql css
This commit is contained in:
parent
bfd1213152
commit
26bcd908a5
|
@ -23,6 +23,7 @@ var queryView = Backbone.View.extend({
|
|||
|
||||
editor.getSession().setMode("ace/mode/javascript");
|
||||
editor2.getSession().setMode("ace/mode/javascript");
|
||||
editor.setTheme("ace/theme/merbivore_soft");
|
||||
editor.resize();
|
||||
editor2.setValue('');
|
||||
editor2.resize();
|
||||
|
|
Loading…
Reference in New Issue