Browse Source

Remove debug message

pull/5495/merge
Ruud 10 years ago
parent
commit
4004f92d71
  1. 1
      couchpotato/core/notifications/core/static/notification.js
  2. 1
      couchpotato/static/scripts/combined.plugins.min.js

1
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, {});
});
},

1
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) {

Loading…
Cancel
Save