mirror of
https://github.com/DanielnetoDotCom/YouPHPTube
synced 2025-10-05 10:49:36 +02:00
10 lines
No EOL
338 B
PHP
10 lines
No EOL
338 B
PHP
<script>
|
|
function socketCDNStorageMoved(json) {
|
|
var element = $("#grid.videosManager");
|
|
if(element.length && typeof element.bootgrid === 'function'){
|
|
console.log('socketCDNStorageMoved', json);
|
|
avideoToastSuccess(json);
|
|
element.bootgrid('reload');
|
|
}
|
|
}
|
|
</script> |