Skip to content

Commit

Permalink
remove debug outlput
Browse files Browse the repository at this point in the history
  • Loading branch information
secure-77 committed Jan 14, 2024
1 parent f076a61 commit f4d204c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions perlite/.js/perlite.js
Original file line number Diff line number Diff line change
Expand Up @@ -843,7 +843,7 @@ function toggleSearchEntry(e) {
*/
function toggleNavFolder(e) {
el = $(e.target);
console.log(el)


if (el.hasClass('nav-folder-title-content')) {
elIcon = el.prev()
Expand Down Expand Up @@ -1734,11 +1734,11 @@ $(document).ready(function () {
// local Graph & Toc (outline) Switch
$('.clickable-icon.view-action[aria-label="Open outline"]').click(function (e) {

console.log('click')

if ($('#outline').css('display') == 'inline') {
localStorage.setItem("showTOC", "false")
$('#outline').css('display', 'none')
console.log('into')


} else {
localStorage.setItem("showTOC", "true")
Expand Down

0 comments on commit f4d204c

Please sign in to comment.