un-comment importnow, thx Trip

This commit is contained in:
Max 2023-11-30 11:05:54 -05:00
parent a47bb712d2
commit 1d56794504
1 changed files with 1 additions and 1 deletions

View File

@ -70,7 +70,7 @@
<tr><td>
<span class="label"> Select a CSV or TSV file to import. <br><br>
<input type="file" id="csvfile" name="filename">&nbsp;&nbsp;
<!-- <button id="importnow" onclick="this.blur(); importNow();">Import Now</button> -->
<button id="importnow" onclick="this.blur(); importNow();">Import Now</button>
</td>
<td style="width: 100px; text-align: center;">
<button onclick="document.getElementById('csvfile').value='';" style="width: 80px;"> Reset </button><br>