create code box in write-new-style editor immediately

This commit is contained in:
tophf 2017-08-30 01:30:45 +03:00
parent 0189ae1d64
commit 799108e880

View File

@ -1242,14 +1242,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();
};
addSection(null, section);
editors[0].setOption('lint', CodeMirror.defaults.lint);
// default to enabled
$('#enabled').checked = true;
initHooks();
return;
}
// This is an edit