diff --git a/js/editor.js b/js/editor.js index 7a840f2..975d2b3 100644 --- a/js/editor.js +++ b/js/editor.js @@ -402,6 +402,7 @@ var editor = new Object({ if (editor.type === 'spielbericht') { editor.fillSpielBericht(); + editor.fillStandard(); } else if (editor.type === 'keyvisual') { imgEditor.setData(editor.contentData);