From 386349778733e0f709111e664ed59012cc4d74a7 Mon Sep 17 00:00:00 2001 From: Christian Steinle Date: Tue, 27 Sep 2016 19:57:41 +0000 Subject: [PATCH] =?UTF-8?q?Korrektur:=20Bef=C3=BCllen=20von=20Spielbericht?= =?UTF-8?q?-Daten?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- js/editor.js | 1 + 1 file changed, 1 insertion(+) 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);