Limit the files shown when uploading files.

master
Pacman Ghost 6 years ago
parent eb53e65564
commit a7cc01aef4
  1. 4
      vasl_templates/webapp/templates/index.html

@ -17,8 +17,8 @@
<div id="menu" style="display:none;">
<input type="button" value="actions">
<input id="load-scenario" type="file" style="display:none;">
<input id="load-template-pack" type="file" style="display:none;">
<input id="load-scenario" type="file" accept=".json" style="display:none;">
<input id="load-template-pack" type="file" accept=".zip,.j2" style="display:none;">
<textarea id="template_pack_persistence" style="display:none;"></textarea>
</div>

Loading…
Cancel
Save