This commit is contained in:
lxsang
2020-11-29 23:34:55 +01:00
parent 00ff78aca8
commit 38b1665a8b
8 changed files with 13 additions and 21 deletions

View File

@ -30,7 +30,7 @@ class GraphEditor extends this.OS.application.BaseApplication
@datarea = @find "datarea"
@preview = @find "preview"
@btctn = @find "btn-container"
ace.config.set("basePath", "#{window.location.pathname}/scripts/ace")
ace.config.set("basePath", "scripts/ace")
@editor = ace.edit @datarea
@editor.setOptions {
enableBasicAutocompletion: true,