forked from mirrors/easyappointments
Merge pull request #750 from popod/fix-notifications-auto-dismiss
Notifications are no longer automatically hidden
This commit is contained in:
commit
d6f176f320
1 changed files with 1 additions and 1 deletions
|
@ -114,7 +114,7 @@ window.Backend = window.Backend || {};
|
||||||
actions = [];
|
actions = [];
|
||||||
|
|
||||||
setTimeout(function () {
|
setTimeout(function () {
|
||||||
$notification.fadeIn();
|
$notification.fadeOut();
|
||||||
}, 5000);
|
}, 5000);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue