mirror of
https://github.com/exane/not-gwent-online
synced 2025-07-27 20:33:28 +00:00
modify notification duration
This commit is contained in:
@@ -916,7 +916,7 @@ let Notification = Backbone.View.extend({
|
||||
},
|
||||
show: function(){
|
||||
let $alert = this.$el.find(".alert");
|
||||
$alert.slideDown(600).delay(2000).queue(this.hide.bind(this));
|
||||
$alert.slideDown(600).delay(Config.Gwent.notification_duration).queue(this.hide.bind(this));
|
||||
|
||||
},
|
||||
hide: function(){
|
||||
|
Reference in New Issue
Block a user