From cf63cbde72e5fd41d237a3fe3aef3de4d07c9f1b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakobus=20Sch=C3=BCrz?= Date: Sun, 19 Mar 2023 19:14:10 +0100 Subject: [PATCH] remove removelink (it is not useful at the moment) --- view/js/dropzone-factory.js | 1 - 1 file changed, 1 deletion(-) diff --git a/view/js/dropzone-factory.js b/view/js/dropzone-factory.js index c2246dfa20..ca77bb6d50 100644 --- a/view/js/dropzone-factory.js +++ b/view/js/dropzone-factory.js @@ -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) {