create code box in write-new-style editor immediately
This commit is contained in:
parent
562998e4b2
commit
d3ed4ced92
13
edit/edit.js
13
edit/edit.js
|
@ -1212,14 +1212,11 @@ function init() {
|
||||||
section[CssToProperty[i]] = [params[i]];
|
section[CssToProperty[i]] = [params[i]];
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
window.onload = () => {
|
addSection(null, section);
|
||||||
window.onload = null;
|
editors[0].setOption('lint', CodeMirror.defaults.lint);
|
||||||
addSection(null, section);
|
// default to enabled
|
||||||
editors[0].setOption('lint', CodeMirror.defaults.lint);
|
$('#enabled').checked = true;
|
||||||
// default to enabled
|
initHooks();
|
||||||
$('#enabled').checked = true;
|
|
||||||
initHooks();
|
|
||||||
};
|
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
// This is an edit
|
// This is an edit
|
||||||
|
|
Loading…
Reference in New Issue
Block a user