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

Make sure clear the cache on this Update

This commit is contained in:
DanielnetoDotCom 2020-09-09 11:11:27 -03:00
parent cafa182da1
commit 35d672283f
59 changed files with 409 additions and 372 deletions

View file

@ -185,9 +185,9 @@ $obj = AVideoPlugin::getObjectData("BulkEmbed");
type: 'post',
success: function (response) {
if (!response.error) {
swal("<?php echo __("Congratulations!"); ?>", "<?php echo __("Your videos have been saved!"); ?>", "success");
avideoAlert("<?php echo __("Congratulations!"); ?>", "<?php echo __("Your videos have been saved!"); ?>", "success");
} else {
swal("<?php echo __("Sorry!"); ?>", response.msg.join("<br>"), "error");
avideoAlert("<?php echo __("Sorry!"); ?>", response.msg.join("<br>"), "error");
}
modal.hidePleaseWait();
}