1
0
Fork 0
mirror of https://github.com/DanielnetoDotCom/YouPHPTube synced 2025-10-05 02:39:46 +02:00
Daniel Neto 2024-09-23 14:25:44 -03:00
parent df597f11c2
commit 7dadee5143
4 changed files with 97 additions and 88 deletions

View file

@ -3,7 +3,7 @@ function getTemplateFromArray(itemsArray) {
return false;
}
var template = user_notification_template;
//console.log('getTemplateFromArray', itemsArray);
template = template.replace(new RegExp('{placeholder}', 'g'), user_notification_template_placeholder_image);
for (var search in itemsArray) {
var replace = itemsArray[search];