mirror of
https://github.com/DanielnetoDotCom/YouPHPTube
synced 2025-10-05 02:39:46 +02:00
Updates
This commit is contained in:
parent
7b34edfe87
commit
1ffae3a932
1 changed files with 1 additions and 1 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue