Skip to content

Commit

Permalink
Refactor: Remove unused code
Browse files Browse the repository at this point in the history
  • Loading branch information
FoxRefire committed Oct 13, 2024
1 parent ec92722 commit 71fce50
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion popup/drawList.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ function writeListElement(arrElements, list, outputVar, search) {
li.addEventListener('click', () => {
userInputs[outputVar]=index;
document.getElementById(outputVar).value=element;
document.getElementById(outputVar+'Index').value=index;
document.getElementById('selectPssh').style.display='none';
document.getElementById('selectRequest').style.display='none';
document.getElementById('home').style.display='grid';
Expand Down
2 changes: 0 additions & 2 deletions popup/main.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,10 @@
<form id="wvForm">
<label for="pssh">PSSH</label>
<input type="text" id="pssh" disabled/>
<input type="hidden" id="psshIndex" />
<input type="button" id="psshButton" value="Select" /><br>

<label for="license">License URL</label>
<input type="text" id="license" disabled/>
<input type="hidden" id="licenseIndex" />
<input type="button" id="licenseButton" value="Select" /><br>

<label for="scheme">Challenge scheme</label>
Expand Down

0 comments on commit 71fce50

Please sign in to comment.