Skip to content

Commit

Permalink
Create toggle.js
Browse files Browse the repository at this point in the history
  • Loading branch information
ntn16104 committed Dec 6, 2020
1 parent e2148b8 commit 6c98f7e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions js/toggle.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
function toggleSidebar(ref){
document.getElementById("sidebar").classList.toggle('active');
}

0 comments on commit 6c98f7e

Please sign in to comment.