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

Fix git update

This commit is contained in:
Daniel 2022-03-14 14:44:06 -03:00
parent af5622a4e9
commit 24a25e4f41
714 changed files with 179203 additions and 179203 deletions

View file

@ -1,14 +1,14 @@
function saveShowOnTV(playlists_id, showOnTV) {
modal.showPleaseWait();
$.ajax({
url: webSiteRootURL + 'plugin/PlayLists/saveShowOnTV.json.php?playlists_id=' + playlists_id + '&showOnTV=' + showOnTV,
success: function (response) {
if (response.errro) {
avideoAlertError(response.msg);
} else {
avideoToast(response.msg);
}
modal.hidePleaseWait();
}
});
function saveShowOnTV(playlists_id, showOnTV) {
modal.showPleaseWait();
$.ajax({
url: webSiteRootURL + 'plugin/PlayLists/saveShowOnTV.json.php?playlists_id=' + playlists_id + '&showOnTV=' + showOnTV,
success: function (response) {
if (response.errro) {
avideoAlertError(response.msg);
} else {
avideoToast(response.msg);
}
modal.hidePleaseWait();
}
});
}