remove removelink (it is not useful at the moment)

This commit is contained in:
Jakobus Schürz 2023-03-19 19:14:10 +01:00
parent 5040bd9a1a
commit cf63cbde72
1 changed files with 0 additions and 1 deletions

View File

@ -4,7 +4,6 @@ var DzFactory = function () {
paramName: 'userfile', // The name that will be used to transfer the file
maxFilesize: max_imagesize, // MB
url: '/media/photo/upload?album=',
addRemoveLinks: true,
acceptedFiles: 'image/*',
clickable: true,
accept: function(file, done) {