mirror of
https://github.com/DanielnetoDotCom/YouPHPTube
synced 2025-10-04 02:09:22 +02:00
update
This commit is contained in:
parent
8412facee7
commit
7197a238bf
16 changed files with 565 additions and 510 deletions
|
@ -1,4 +1,7 @@
|
|||
function getTemplateFromArray(itemsArray) {
|
||||
if(typeof user_notification_template == 'undefined'){
|
||||
return false;
|
||||
}
|
||||
var template = user_notification_template;
|
||||
for (var search in itemsArray) {
|
||||
var replace = itemsArray[search];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue