Skip to content

Commit

Permalink
Willkommensnachricht nur beim Erstellen #1542
Browse files Browse the repository at this point in the history
  • Loading branch information
GeniusTimo committed Jul 25, 2020
1 parent 5bd07b7 commit 844b905
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions js/web/infoboard/js/infoboard.js
Original file line number Diff line number Diff line change
Expand Up @@ -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'),
});
});
}
};
Expand Down

0 comments on commit 844b905

Please sign in to comment.