0
0
mirror of https://github.com/Doodle3D/doodle3d-client.git synced 2024-06-01 20:34:31 +02:00

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

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