mirror of
https://github.com/iv-org/invidious.git
synced 2024-11-10 02:08:23 +00:00
Fix typo in notifications.js
This commit is contained in:
parent
17edfd6573
commit
9dea251862
@ -98,8 +98,8 @@ window.addEventListener('load', function (e) {
|
|||||||
setTimeout(function () {
|
setTimeout(function () {
|
||||||
if (!localStorage.getItem('stream')) {
|
if (!localStorage.getItem('stream')) {
|
||||||
notifications = { close: function () { } };
|
notifications = { close: function () { } };
|
||||||
get_subscriptions(create_notification_stream);
|
|
||||||
localStorage.setItem('stream', true);
|
localStorage.setItem('stream', true);
|
||||||
|
get_subscriptions(create_notification_stream);
|
||||||
}
|
}
|
||||||
}, Math.random() * 1000 + 50);
|
}, Math.random() * 1000 + 50);
|
||||||
}
|
}
|
||||||
@ -112,8 +112,8 @@ window.addEventListener('load', function (e) {
|
|||||||
setTimeout(function () {
|
setTimeout(function () {
|
||||||
if (!localStorage.getItem('stream')) {
|
if (!localStorage.getItem('stream')) {
|
||||||
notifications = { close: function () { } };
|
notifications = { close: function () { } };
|
||||||
get_subscriptions(create_notification_stream);
|
|
||||||
localStorage.setItem('stream', true);
|
localStorage.setItem('stream', true);
|
||||||
|
get_subscriptions(create_notification_stream);
|
||||||
}
|
}
|
||||||
}, Math.random() * 1000 + 50);
|
}, Math.random() * 1000 + 50);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user