Skip to content

Commit

Permalink
HNW/Bugfix: Allow Mac OS users to select JSON files
Browse files Browse the repository at this point in the history
  • Loading branch information
TheBizzle committed May 24, 2024
1 parent d67f62e commit d3c4b9f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/views/hnwAuthoring.scala.html
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
<input id="base-model-input" type="file" name="base-model" accept=".nlogo" />
</label>
<label>Config File:
<input id="config-input" type="file" name="config" accept=".nlogo.json" />
<input id="config-input" type="file" name="config" accept=".nlogo.json,.json" />
</label>
</div>
</form>
Expand All @@ -66,7 +66,7 @@
action="javascript:void(0);">
<div class="flex-column">
<label>JSON:
<input id="config-bundle-input" type="file" name="bundle" accept=".hnw.json" />
<input id="config-bundle-input" type="file" name="bundle" accept=".hnw.json,.json" />
</label>
</div>
</form>
Expand Down

0 comments on commit d3c4b9f

Please sign in to comment.