mirror of
https://github.com/DanielnetoDotCom/YouPHPTube
synced 2025-10-03 09:49:28 +02:00
Update
This commit is contained in:
parent
47cd021b08
commit
218fb1fae8
3 changed files with 6 additions and 7 deletions
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue