Skip to content

Commit

Permalink
Update to integrate with recent h51 changes
Browse files Browse the repository at this point in the history
  • Loading branch information
anthonyjb committed Dec 5, 2019
1 parent 3993fb7 commit fdd40c5
Show file tree
Hide file tree
Showing 3 changed files with 2,282 additions and 2,284 deletions.
2 changes: 1 addition & 1 deletion module/ui/imagery.js
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ export class ImageUploader extends Overlay {
)
formData.append('file', file)
formData.append('file_type', 'image')
formData.append('no_thumb', 'true')
formData.append('in_page', 'in_page')

this._uploader = new Uploader(
this.content,
Expand Down
Loading

0 comments on commit fdd40c5

Please sign in to comment.