Change document to click to full size
This commit is contained in:
parent
ba561c7d0d
commit
df2a652798
2 changed files with 2 additions and 2 deletions
|
|
@ -249,7 +249,7 @@
|
|||
public_id:document.public_id(),
|
||||
status:Dropzone.SUCCESS,
|
||||
accepted:true,
|
||||
url:document.preview_url()||document.url(),
|
||||
url:document.url(),
|
||||
mock:true,
|
||||
index:i
|
||||
};
|
||||
|
|
|
|||
|
|
@ -1034,7 +1034,7 @@
|
|||
public_id:document.public_id(),
|
||||
status:Dropzone.SUCCESS,
|
||||
accepted:true,
|
||||
url:document.preview_url()||document.url(),
|
||||
url:document.url(),
|
||||
mock:true,
|
||||
index:i
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue