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 />
|
<br /><br />
|
||||||
<input type="file" id="file-cnput" accept="application/json" />
|
<input type="file" id="file-cnput" accept="application/json" />
|
||||||
<br /><br />
|
<br /><br />
|
||||||
<button id="upload-btn">Upload JSON</button>
|
<div style="display: flex; align-items: center; gap: 0.5em">
|
||||||
<span id="upload-status" class="hidden" style="color: green;"> </span>
|
<button id="upload-btn">Upload JSON</button>
|
||||||
|
<div id="upload-status" class="hidden" style="color: green;"> hello world </div>
|
||||||
|
</div>
|
||||||
</fieldset>
|
</fieldset>
|
||||||
|
|
||||||
<fieldset>
|
<fieldset>
|
||||||
|
Reference in New Issue
Block a user