mirror of
https://github.com/DanielnetoDotCom/YouPHPTube
synced 2025-10-03 01:39:24 +02:00
Update
This commit is contained in:
parent
e04489b197
commit
4540fab807
1 changed files with 2 additions and 1 deletions
|
@ -47,8 +47,9 @@ include $global['systemRootPath'] . 'view/bootstrap/fileinput.php';
|
||||||
uploadUrl: webSiteRootURL + 'objects/pluginImport.json.php',
|
uploadUrl: webSiteRootURL + 'objects/pluginImport.json.php',
|
||||||
allowedFileExtensions: ['zip'],
|
allowedFileExtensions: ['zip'],
|
||||||
theme: 'fa6',
|
theme: 'fa6',
|
||||||
|
showClose: false,
|
||||||
}).on('fileuploaded', function(event, data, id, index) {
|
}).on('fileuploaded', function(event, data, id, index) {
|
||||||
$("#grid").bootgrid('reload');
|
parent.$("#grid").bootgrid('reload');
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
</script>
|
</script>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue