diff options
| author | meow <woem> | 2022-04-20 12:13:16 +0300 |
|---|---|---|
| committer | meow <woem> | 2022-04-25 10:14:24 +0300 |
| commit | 38ef0b10e79232de1c6fa2062d9983e4a944f6be (patch) | |
| tree | f56d155efafe0cace0e5b98ed905961dd85832bd /assets/js/notifications.js | |
| parent | c72d3c4a0ea9329fa455d5c066aff598c307d04d (diff) | |
| download | invidious-38ef0b10e79232de1c6fa2062d9983e4a944f6be.tar.gz invidious-38ef0b10e79232de1c6fa2062d9983e4a944f6be.tar.bz2 invidious-38ef0b10e79232de1c6fa2062d9983e4a944f6be.zip | |
eqeqeq
Diffstat (limited to 'assets/js/notifications.js')
| -rw-r--r-- | assets/js/notifications.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/assets/js/notifications.js b/assets/js/notifications.js index 9c77895b..1235fb41 100644 --- a/assets/js/notifications.js +++ b/assets/js/notifications.js @@ -4,7 +4,7 @@ var notification_data = JSON.parse(document.getElementById('notification_data'). var notifications, delivered; function get_subscriptions(callback, retries) { - if (retries == undefined) retries = 5; + if (retries === undefined) retries = 5; if (retries <= 0) { return; |
