Commit e3003866 authored by yann300's avatar yann300

autocompile false

parent 0d9e316d
...@@ -62,7 +62,7 @@ function compileTab (container, appAPI, appEvents, opts) { ...@@ -62,7 +62,7 @@ function compileTab (container, appAPI, appEvents, opts) {
// ----------------- autoCompile ----------------- // ----------------- autoCompile -----------------
var autoCompileInput = compileContainer.querySelector('#autoCompile') var autoCompileInput = compileContainer.querySelector('#autoCompile')
var autoCompile = true var autoCompile = false
if (appAPI.config.exists('autoCompile')) { if (appAPI.config.exists('autoCompile')) {
autoCompile = appAPI.config.get('autoCompile') autoCompile = appAPI.config.get('autoCompile')
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment