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