First patch

Added some color, added import from file and added stuff to not roll a single element.
This commit is contained in:
Fándly Gergő
2018-10-02 12:49:05 +03:00
parent 39d086573d
commit 412230e17b
6 changed files with 57 additions and 13 deletions

View File

@ -37,6 +37,9 @@
<div id="options">
<input type="checkbox" id="remFromBOnMatch" onclick="updateOptions()"/><label for="remFromBOnMatch">Remove element from group B when it has a match</label>
<br/>
<input type="file" id="fileImport"/>
<button type="button" onclick="importFile()">Import from file</button>
<br/>
<button class="start" onclick="reroll()">Finish</button>
<button class="start" onclick="reset()">Clear ALL data</button>
</div>