Merge pull request #750 from popod/fix-notifications-auto-dismiss

Notifications are no longer automatically hidden
This commit is contained in:
Alex Tselegidis 2020-05-04 20:51:19 +02:00 committed by GitHub
commit d6f176f320
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -114,7 +114,7 @@ window.Backend = window.Backend || {};
actions = [];
setTimeout(function () {
$notification.fadeIn();
$notification.fadeOut();
}, 5000);
}