Compare commits

...

1 Commits

Author SHA1 Message Date
Frédéric Péters 75264c98a3 templates: apply fileupload js to cart@ds file widgets (#52229)
gitea-wip/publik-base-theme/pipeline/head There was a failure building this commit Details
gitea/publik-base-theme/pipeline/head Something is wrong with the build of this commit Details
2021-03-19 11:33:33 +01:00
1 changed files with 5 additions and 0 deletions

View File

@ -40,4 +40,9 @@ $('button.plus').on('click', function() {
}
return false;
});
$(function() {
$('.cartads-piece .file-upload-widget').each($.WcsFileUpload.prepare);
});
</script>