1
0
Fork 0
mirror of https://github.com/DanielnetoDotCom/YouPHPTube synced 2025-10-03 01:39:24 +02:00
This commit is contained in:
Daniel Neto 2024-04-11 13:59:26 -03:00
parent e04489b197
commit 4540fab807

View file

@ -47,8 +47,9 @@ include $global['systemRootPath'] . 'view/bootstrap/fileinput.php';
uploadUrl: webSiteRootURL + 'objects/pluginImport.json.php',
allowedFileExtensions: ['zip'],
theme: 'fa6',
showClose: false,
}).on('fileuploaded', function(event, data, id, index) {
$("#grid").bootgrid('reload');
parent.$("#grid").bootgrid('reload');
});
});
</script>