1
0
Fork 0
mirror of https://github.com/DanielnetoDotCom/YouPHPTube synced 2025-10-05 02:39:46 +02:00

Improve channels

This commit is contained in:
daniel 2018-08-12 11:35:04 -03:00
parent 06f09348bc
commit 343efe40c2
2 changed files with 44 additions and 28 deletions

View file

@ -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();