Skip to content

Commit

Permalink
Merge pull request #26 from noriyotcp/remove-debugging-code
Browse files Browse the repository at this point in the history
Remove debugging code
  • Loading branch information
noriyotcp authored Oct 4, 2024
2 parents 0101971 + c393e7b commit a5efee3
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions assets/js/hotkeys.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,6 @@ document.addEventListener("DOMContentLoaded", function () {
}
}

// For debugging purpose
if (isMobile) {
const siteSubTitle = document.querySelector(".site-subtitle");
siteSubTitle.innerHTML = "Noriyo Akita's Today I Learned (on Mobile)";
}

// Register focus hotkeys
setupFocusHotkeys();

Expand Down

0 comments on commit a5efee3

Please sign in to comment.