summaryrefslogtreecommitdiffstats
path: root/assets
diff options
context:
space:
mode:
authorOmar Roth <omarroth@protonmail.com>2019-06-16 12:57:56 -0500
committerOmar Roth <omarroth@protonmail.com>2019-06-16 12:57:56 -0500
commit9dea2518625323e34ff5103135ac29114c9b3f82 (patch)
treeda5a2adfdf3045471f81993de661b0667e1c4661 /assets
parent17edfd65736fde44d16e5fe9b4e68e637246a127 (diff)
downloadinvidious-9dea2518625323e34ff5103135ac29114c9b3f82.tar.gz
invidious-9dea2518625323e34ff5103135ac29114c9b3f82.tar.bz2
invidious-9dea2518625323e34ff5103135ac29114c9b3f82.zip
Fix typo in notifications.js
Diffstat (limited to 'assets')
-rw-r--r--assets/js/notifications.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/assets/js/notifications.js b/assets/js/notifications.js
index 65c45611..b87f7ade 100644
--- a/assets/js/notifications.js
+++ b/assets/js/notifications.js
@@ -98,8 +98,8 @@ window.addEventListener('load', function (e) {
setTimeout(function () {
if (!localStorage.getItem('stream')) {
notifications = { close: function () { } };
- get_subscriptions(create_notification_stream);
localStorage.setItem('stream', true);
+ get_subscriptions(create_notification_stream);
}
}, Math.random() * 1000 + 50);
}
@@ -112,8 +112,8 @@ window.addEventListener('load', function (e) {
setTimeout(function () {
if (!localStorage.getItem('stream')) {
notifications = { close: function () { } };
- get_subscriptions(create_notification_stream);
localStorage.setItem('stream', true);
+ get_subscriptions(create_notification_stream);
}
}, Math.random() * 1000 + 50);
}