projects
/
friendica.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5040bd9
)
remove removelink (it is not useful at the moment)
author
Jakobus Schürz
<jakobus.schuerz@schuerz.at>
Sun, 19 Mar 2023 18:14:10 +0000
(19:14 +0100)
committer
Jakobus Schürz
<jakobus.schuerz@schuerz.at>
Sun, 19 Mar 2023 18:14:10 +0000
(19:14 +0100)
view/js/dropzone-factory.js
patch
|
blob
|
history
diff --git
a/view/js/dropzone-factory.js
b/view/js/dropzone-factory.js
index c2246dfa20d7ddd9ede24dc25e063934dc699032..ca77bb6d500652fcfbb4fbe3d4b36164bdc39555 100644
(file)
--- 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) {