Skip to content

Commit

Permalink
Refactor: Remove unused code that has been added in FoxRefire#22
Browse files Browse the repository at this point in the history
  • Loading branch information
FoxRefire committed Jul 31, 2024
1 parent bbc4cb8 commit a1297aa
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions popup_showHistory.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,21 +8,12 @@ function showHistory(){
document.getElementById('noEME').style.display='none';
document.getElementById('history').style.display='grid';
document.getElementById('toggleHistory').style.display='none';
document.getElementById('selectPssh').style.display='none';
document.getElementById('psshList').style.display='none';
document.getElementById('selectRequest').style.display='none';
document.getElementById('requestListList').style.display='none';

}

function backHistory(){
document.getElementById('histDisp').innerHTML="";
document.getElementById('history').style.display='none';
document.getElementById('selectPssh').style.display='none';
document.getElementById('psshList').style.display='none';
document.getElementById('toggleHistory').style.display='grid';
document.getElementById('selectRequest').style.display='none';
document.getElementById('requestList').style.display='none';
if(psshs.length){
document.getElementById('home').style.display='grid';
} else {
Expand Down

0 comments on commit a1297aa

Please sign in to comment.