]> git.mxchange.org Git - friendica.git/commitdiff
remove removelink (it is not useful at the moment)
authorJakobus Schürz <jakobus.schuerz@schuerz.at>
Sun, 19 Mar 2023 18:14:10 +0000 (19:14 +0100)
committerJakobus Schürz <jakobus.schuerz@schuerz.at>
Sun, 19 Mar 2023 18:14:10 +0000 (19:14 +0100)
view/js/dropzone-factory.js

index c2246dfa20d7ddd9ede24dc25e063934dc699032..ca77bb6d500652fcfbb4fbe3d4b36164bdc39555 100644 (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) {