mirror of
https://github.com/alextselegidis/easyappointments.git
synced 2024-11-08 17:12:25 +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 = [];
|
||||
|
||||
setTimeout(function () {
|
||||
$notification.fadeIn();
|
||||
$notification.fadeOut();
|
||||
}, 5000);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue