Messages auto hide after 2 > 5 seconds

This commit is contained in:
peteruithoven 2013-10-23 15:33:10 +02:00
parent 11c1764074
commit 580b0ef33e
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ function Message() {
this.$element;
var self = this;
var autoHideDelay = 2000;
var autoHideDelay = 5000;
var autohideTimeout;
this.init = function($element) {