Korrektur: Befüllen von Spielbericht-Daten

This commit is contained in:
2016-09-27 19:57:41 +00:00
parent c5629d27b8
commit 3863497787

View File

@@ -402,6 +402,7 @@ var editor = new Object({
if (editor.type === 'spielbericht') { if (editor.type === 'spielbericht') {
editor.fillSpielBericht(); editor.fillSpielBericht();
editor.fillStandard();
} }
else if (editor.type === 'keyvisual') { else if (editor.type === 'keyvisual') {
imgEditor.setData(editor.contentData); imgEditor.setData(editor.contentData);