|
@ -2452,7 +2452,6 @@ var NotificationBase = new Class({ |
|
|
requestTimeout(function() { |
|
|
requestTimeout(function() { |
|
|
self.startInterval(); |
|
|
self.startInterval(); |
|
|
}, $(window).getSize().x <= 480 ? 2e3 : 100); |
|
|
}, $(window).getSize().x <= 480 ? 2e3 : 100); |
|
|
self.showMessage("Dit is een bericht", true, {}); |
|
|
|
|
|
}); |
|
|
}); |
|
|
}, |
|
|
}, |
|
|
notify: function(result) { |
|
|
notify: function(result) { |
|
|