#21 Fixed / Sequential File Uploads Reset Bug Fixed
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user