fix: validate ISO path is a file, not a directory; clear default value

This commit was merged in pull request #17.
This commit is contained in:
2026-06-22 05:14:18 -07:00
parent ebce8fded8
commit 7e9419e119
2 changed files with 14 additions and 1 deletions
+1 -1
View File
@@ -43,7 +43,7 @@
<h2 class="section-toggle" data-section="tag-body">Tag Viewer <span class="toggle-icon"></span></h2>
<div id="tag-body">
<div class="tag-controls">
<input type="text" id="tag-iso-path" placeholder="ISO file path" value="./output/isos">
<input type="text" id="tag-iso-path" placeholder="./output/isos/YOUR_ISO.iso" value="">
<button id="tag-browse-btn">Browse</button>
</div>
<div id="tag-results" style="display:none">