diff --git a/couchpotato/core/notifications/core/static/notification.js b/couchpotato/core/notifications/core/static/notification.js index 23d638a..9cdd215 100644 --- a/couchpotato/core/notifications/core/static/notification.js +++ b/couchpotato/core/notifications/core/static/notification.js @@ -33,7 +33,6 @@ var NotificationBase = new Class({ self.startInterval(); }, $(window).getSize().x <= 480 ? 2000 : 100); - self.showMessage('Dit is een bericht', true, {}); }); }, diff --git a/couchpotato/static/scripts/combined.plugins.min.js b/couchpotato/static/scripts/combined.plugins.min.js index 58b67b2..e6b294d 100644 --- a/couchpotato/static/scripts/combined.plugins.min.js +++ b/couchpotato/static/scripts/combined.plugins.min.js @@ -2452,7 +2452,6 @@ var NotificationBase = new Class({ requestTimeout(function() { self.startInterval(); }, $(window).getSize().x <= 480 ? 2e3 : 100); - self.showMessage("Dit is een bericht", true, {}); }); }, notify: function(result) {