1
0
Fork 0
mirror of https://github.com/DanielnetoDotCom/YouPHPTube synced 2025-10-03 09:49:28 +02:00
This commit is contained in:
Daniel Neto 2024-09-13 23:40:29 -03:00
parent 47cd021b08
commit 218fb1fae8
3 changed files with 6 additions and 7 deletions

View file

@ -4411,4 +4411,8 @@ function callFunctionOrLoadScript(funcName, jsUrl, ...args) {
document.head.appendChild(script);
}
}
function actionButtonPlaylistClick(t, videos_id, crc){
$(t).webuiPopover();
callFunctionOrLoadScript('loadPlayLists', webSiteRootURL+'plugin/PlayLists/script.js', videos_id, crc);
}