Skip to content

Commit

Permalink
only images accepted (#488)
Browse files Browse the repository at this point in the history
  • Loading branch information
neeraj3029 authored and ms10398 committed Dec 6, 2018
1 parent 179697b commit 04f6841
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/options.html
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ <h3>Settings Page</h3>
<span>Upload Local Image</span>
</div>
<div class="col-sm-7">
<input id="localupload" type="file" placeholder="Background URL" id="backUrl">
<input id="localupload" type="file" placeholder="Background URL" id="backUrl" accept="image/*">
</div>
</div>
</form>
Expand Down

0 comments on commit 04f6841

Please sign in to comment.