mirror of
https://github.com/Doodle3D/doodle3d-client.git
synced 2024-11-22 09:17:56 +01:00
Messages auto hide after 2 > 5 seconds
This commit is contained in:
parent
11c1764074
commit
580b0ef33e
@ -10,7 +10,7 @@ function Message() {
|
||||
this.$element;
|
||||
|
||||
var self = this;
|
||||
var autoHideDelay = 2000;
|
||||
var autoHideDelay = 5000;
|
||||
var autohideTimeout;
|
||||
|
||||
this.init = function($element) {
|
||||
|
Loading…
Reference in New Issue
Block a user