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