Fix: draw title

This commit is contained in:
eight 2017-09-13 16:57:01 +08:00
parent b102aa0704
commit 6195e558e4

View File

@ -7,6 +7,7 @@
function createSourceEditor(style) {
// draw HTML
document.title = t('editStyleTitle', [style.name]);
$('#sections').innerHTML = '';
$('#name').disabled = true;
$('#mozilla-format-heading').parentNode.remove();