#21 Fixed / Sequential File Uploads Reset Bug Fixed

This commit is contained in:
Dev-JamesR
2019-10-14 00:14:18 -07:00
parent cbd296ab35
commit f8eafd2f44
2 changed files with 52 additions and 23 deletions

View File

@@ -130,7 +130,7 @@
</div>
<center>
<button type="button" class="btn bg-indigo waves-effect" data-toggle="modal" data-target="#defaultModal">
<button type="button" class="btn bg-indigo waves-effect" data-toggle="modal" data-target="#defaultModal" onclick="resetUploadProcess();">
<i class="material-icons">cloud_upload</i>
<span>Upload to ethoFS now</span>
</button>
@@ -317,7 +317,7 @@
<div class="modal-footer">
<button type="button" class="btn btn-link waves-effect" data-dismiss="modal">CLOSE</button>
<button type="button" class="btn btn-link waves-effect" data-toggle="modal" data-dismiss="modal"
data-target="#defaultModal3">NEXT</button>
data-target="#defaultModal3" onclick="resetUploadModal();">NEXT</button>
</div>
</div>
</div>