mirror of
https://github.com/alextselegidis/easyappointments.git
synced 2024-11-09 01:23:10 +03:00
[Fix] Notifications without actions are automatically hidden after 5 seconds.
This commit is contained in:
parent
b834869fd3
commit
e637faa53d
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