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
1 changed files with 1 additions and 1 deletions

View File

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