1
0
Fork 0
mirror of https://github.com/DanielnetoDotCom/YouPHPTube synced 2025-10-05 02:39:46 +02:00
This commit is contained in:
DanieL 2022-08-30 12:40:26 -03:00
parent 7b34edfe87
commit 1ffae3a932

View file

@ -44,6 +44,7 @@ function addTemplateFromArray(itemsArray) {
console.log('addTemplateFromArray prepend', selector);
try {
$(selector).prepend(template);
updateUserNotificationCount();
} catch (e) {
console.log('addTemplateFromArray prepend error', selector, e);
}
@ -94,7 +95,6 @@ function userNotification(itemsArray, toast, customTitle) {
break;
}
}
updateUserNotificationCount();
}
function socketUserNotificationCallback(json) {