This commit is contained in:
meow 2022-04-20 12:13:16 +03:00
parent c72d3c4a0e
commit 38ef0b10e7
9 changed files with 45 additions and 45 deletions

View file

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