Skip to content

Commit

Permalink
lint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
nprimak committed Nov 14, 2024
1 parent 7a658e7 commit 5091850
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions assets/js/toggle_view.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ const samlLogoutTab2Button = document.getElementById('saml_logout_tab2_button');
const samlLogoutResponseTab1Button = document.getElementById('saml_logout_response_tab1_button');
const samlLogoutResponseTab2Button = document.getElementById('saml_logout_response_tab2_button');


function hideTabTwoCode(evt) {
const errorButton = document.getElementById(`${evt.currentTarget.dataset.selector}_tab2_button`);
errorButton.classList.remove('code-button__selected');
Expand Down Expand Up @@ -47,7 +46,6 @@ function showTabTwoCode(evt) {
hideTabOneCode(evt);
}


// Event Listeners
if (oidcAuthTab1Button) {
oidcAuthTab1Button.addEventListener('click', showTabOneCode);
Expand Down

0 comments on commit 5091850

Please sign in to comment.