Skip to content

Commit

Permalink
chore: remove argument using on calling fn
Browse files Browse the repository at this point in the history
  • Loading branch information
muratmerdoglu-dp committed Sep 4, 2024
1 parent ab3c8ed commit 66be3ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion static/scripts/loggedin.js
Original file line number Diff line number Diff line change
Expand Up @@ -280,7 +280,7 @@ $(document).ready(function () {
})
}
const sidebar = document.querySelector('.sidebar');
toggleSidebarOnWindowWidth(sidebar);
toggleSidebarOnWindowWidth();

const overlay = document.querySelector('.overlay');
const contentDiv = document.querySelector('.content-min-height');
Expand Down

0 comments on commit 66be3ab

Please sign in to comment.