From 844b905a5f3fc85bb0dd4a504b55e532974fb7bc Mon Sep 17 00:00:00 2001 From: GeniusTimo Date: Sat, 25 Jul 2020 19:26:53 +0200 Subject: [PATCH] Willkommensnachricht nur beim Erstellen #1542 --- js/web/infoboard/js/infoboard.js | 5 ----- 1 file changed, 5 deletions(-) diff --git a/js/web/infoboard/js/infoboard.js b/js/web/infoboard/js/infoboard.js index 55679a9a9..f0792b501 100644 --- a/js/web/infoboard/js/infoboard.js +++ b/js/web/infoboard/js/infoboard.js @@ -305,11 +305,6 @@ let Infoboard = { ResetBox: () => { $('#BackgroundInfo').on('click', '.btn-reset-box', function() { $('#BackgroundInfoTable tbody').html(''); - Infoboard.PostMessage({ - class: 'welcome', - type: i18n('Menu.Info.Title'), - msg: i18n('Boxes.Infobox.Messages.Welcome'), - }); }); } };