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:
parent
cafa182da1
commit
35d672283f
59 changed files with 409 additions and 372 deletions
|
@ -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();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue