Skip to content

Commit

Permalink
fix warning
Browse files Browse the repository at this point in the history
  • Loading branch information
Endle committed Sep 1, 2024
1 parent 55f739a commit e83c304
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fireSeqSearch_addon/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ function createTitleBarDom(count) {

let btn = document.createElement("button");
btn.classList.add("hideSummary");
text = document.createTextNode("Hide Summary");
let text = document.createTextNode("Hide Summary");
btn.appendChild(text);
btn.onclick = function () {
setSummaryState(".fireSeqSearchHitSummary", false);
Expand Down

0 comments on commit e83c304

Please sign in to comment.