Skip to content

Commit 203ae2e

Browse files
author
David Blackman
committed
allow for .txt files too b/c github doesn't allow .json attachments
1 parent 411ec25 commit 203ae2e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/compare.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -280,7 +280,7 @@
280280
<div id="header"></div>
281281
<div id="scoreboardContainer">
282282
<div id="scoreboard"></div>
283-
<input id="jsonFileInput" type="file" accept="application/json" style="display: none;" />
283+
<input id="jsonFileInput" type="file" accept="application/json, text/plain" style="display: none;" />
284284
<button id="load">Load</button>
285285
<button id="save">Save</button>
286286
</div>

0 commit comments

Comments
 (0)