mirror of
https://github.com/karma-riuk/crab-webapp.git
synced 2025-07-05 06:08:13 +02:00
fixed triple clicking the id issue
This commit is contained in:
@ -55,8 +55,10 @@
|
||||
<br /><br />
|
||||
<input type="file" id="file-cnput" accept="application/json" />
|
||||
<br /><br />
|
||||
<div style="display: flex; align-items: center; gap: 0.5em">
|
||||
<button id="upload-btn">Upload JSON</button>
|
||||
<span id="upload-status" class="hidden" style="color: green;"> </span>
|
||||
<div id="upload-status" class="hidden" style="color: green;"> hello world </div>
|
||||
</div>
|
||||
</fieldset>
|
||||
|
||||
<fieldset>
|
||||
|
Reference in New Issue
Block a user