Skip to content

Commit

Permalink
notes and comments
Browse files Browse the repository at this point in the history
  • Loading branch information
thisisaaronland committed May 14, 2021
1 parent 94ef8d8 commit 561736e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions static/javascript/geotag.editor.init.js
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ window.addEventListener("load", function load(event){
}

// START OF file-attachment stuff
// https://github.com/github/file-attachment-element

document.addEventListener('file-attachment-accepted', function(event) {

Expand Down
3 changes: 2 additions & 1 deletion templates/html/editor.html
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@
<form class="form">

<div class="form-group">
<label for="file-attachment">Load an image</label>
<label for="file-attachment">Load an image</label>
<!-- https://github.com/github/file-attachment-element -->
<file-attachment input="file" id="file-attachment">
<input type="file" id="file" multiple class="form-control" />
</file-attachment>
Expand Down

0 comments on commit 561736e

Please sign in to comment.