Delay notification start more on mobile
This commit is contained in:
@@ -31,7 +31,7 @@ var NotificationBase = new Class({
|
||||
});
|
||||
|
||||
window.addEvent('load', function(){
|
||||
self.startInterval.delay(2000, self)
|
||||
self.startInterval.delay($(window).getSize().x <= 480 ? 2000 : 300, self)
|
||||
});
|
||||
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user