Skip to content

Commit fdd40c5

Browse files
committed
Update to integrate with recent h51 changes
1 parent 3993fb7 commit fdd40c5

File tree

3 files changed

+2282
-2284
lines changed

3 files changed

+2282
-2284
lines changed

module/ui/imagery.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ export class ImageUploader extends Overlay {
9999
)
100100
formData.append('file', file)
101101
formData.append('file_type', 'image')
102-
formData.append('no_thumb', 'true')
102+
formData.append('in_page', 'in_page')
103103

104104
this._uploader = new Uploader(
105105
this.content,

0 commit comments

Comments
 (0)