Skip to content

Commit

Permalink
debugger!
Browse files Browse the repository at this point in the history
  • Loading branch information
gogonzo committed Aug 1, 2023
1 parent 7af7b05 commit 572297c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion inst/js/sidebar.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ const hideSidebar = () => {
$(".teal_primary_col").attr("class", "teal_primary_col col-sm-12").resize();
};
const showSidebar = () => {
debugger;
$(".teal_primary_col").attr("class", "teal_primary_col col-sm-9").resize();
$(".teal_secondary_col").delay(600).fadeIn(50);
};
Expand Down

0 comments on commit 572297c

Please sign in to comment.