mirror of
https://github.com/DanielnetoDotCom/YouPHPTube
synced 2025-10-05 02:39:46 +02:00
Improve channels
This commit is contained in:
parent
06f09348bc
commit
343efe40c2
2 changed files with 44 additions and 28 deletions
|
@ -44,7 +44,9 @@ function loadPlayLists(elementId, videos_id) {
|
|||
'playlists_id': $(this).val()
|
||||
},
|
||||
success: function () {
|
||||
$("#channelPlaylists").load(webSiteRootURL + "view/channelPlaylist.php?channelName=" + channelName);
|
||||
if(typeof channelName !== 'undefined'){
|
||||
$("#channelPlaylists").load(webSiteRootURL + "view/channelPlaylist.php?channelName=" + channelName);
|
||||
}
|
||||
reloadPlayLists();
|
||||
$(".playListsIds" + videos_id + "_" + tmpPId).prop("checked", tmpSave);
|
||||
modal.hidePleaseWait();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue