mirror of
https://github.com/friendica/friendica
synced 2024-11-18 00:23:47 +00:00
remove removelink (it is not useful at the moment)
This commit is contained in:
parent
5040bd9a1a
commit
cf63cbde72
1 changed files with 0 additions and 1 deletions
|
@ -4,7 +4,6 @@ var DzFactory = function () {
|
||||||
paramName: 'userfile', // The name that will be used to transfer the file
|
paramName: 'userfile', // The name that will be used to transfer the file
|
||||||
maxFilesize: max_imagesize, // MB
|
maxFilesize: max_imagesize, // MB
|
||||||
url: '/media/photo/upload?album=',
|
url: '/media/photo/upload?album=',
|
||||||
addRemoveLinks: true,
|
|
||||||
acceptedFiles: 'image/*',
|
acceptedFiles: 'image/*',
|
||||||
clickable: true,
|
clickable: true,
|
||||||
accept: function(file, done) {
|
accept: function(file, done) {
|
||||||
|
|
Loading…
Reference in a new issue