mirror of
https://github.com/DanielnetoDotCom/YouPHPTube
synced 2025-10-06 12:00:06 +02:00
Fix git update
This commit is contained in:
parent
af5622a4e9
commit
24a25e4f41
714 changed files with 179203 additions and 179203 deletions
|
@ -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();
|
||||
}
|
||||
});
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue