Fix typo in notifications.js

このコミットが含まれているのは:
Omar Roth 2019-06-16 12:57:56 -05:00
コミット 9dea251862
この署名に対応する既知のキーがデータベースに存在しません
GPGキーID: B8254FB7EC3D37F2
1個のファイルの変更2行の追加2行の削除

ファイルの表示

@ -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);
}