Skip to content

Commit

Permalink
show/hide folders
Browse files Browse the repository at this point in the history
  • Loading branch information
Davide Arcuri committed Feb 13, 2024
1 parent 79fb9e0 commit 1f84901
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions orochi/templates/website/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -479,6 +479,12 @@ <h5 class="offcanvas-title" id="leftNoteLabel">History Log</h5>
});
});

// FILTER FORM
$(document).on("click", ".nav-item.ms-2", function(){
list = $(this).next();
list.toggle();
});

// ADD FOLDER FORM
$(document).on("click", "#new-folder", function () {
$.ajax({
Expand Down

0 comments on commit 1f84901

Please sign in to comment.