Skip to content

Commit

Permalink
24.2.4 Some fix
Browse files Browse the repository at this point in the history
  • Loading branch information
tablacus committed Feb 4, 2024
1 parent c5041cc commit 62967ba
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Debug/script/dialog.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<table id="buttons" class="footer">
<tr>
<td style="padding: 0 2px;">
<button id="ButtonSearch" class="hide" onclick="SearchIcon(document.getElementById('Content'))">Search</button>
<button id="ButtonSearch" class="hide" onclick="SearchIcon(document.getElementById('Content'))" disabled="true">Search</button>
</td>
<td id="footnote" class="nowrap"></td>
<td id="Selected" class="nowrap full right"></td>
Expand Down
1 change: 1 addition & 0 deletions Debug/script/options.js
Original file line number Diff line number Diff line change
Expand Up @@ -1695,6 +1695,7 @@ InitDialog = async function () {
}
document.getElementById("Content").innerHTML = s.join("");
document.getElementById("ButtonSearch").style.display = "inline-block";
document.F.ButtonSearch.disabled = false;
WebBrowser.OnClose = ReturnDialogResult;
}
if (Query == "mouse") {
Expand Down

0 comments on commit 62967ba

Please sign in to comment.