Skip to content

Commit

Permalink
Update main.js
Browse files Browse the repository at this point in the history
  • Loading branch information
d-velopr authored Oct 16, 2023
1 parent d6828de commit 78c22ba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions assets/js/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
$('#nav > ul').dropotron({
mode: 'fade',
noOpenerFade: true,
alignment: 'center',
alignment: 'right',
detach: false
});

Expand Down Expand Up @@ -66,4 +66,4 @@
target: $body,
visibleClass: 'navPanel-visible'
});
})(jQuery);
})(jQuery);

0 comments on commit 78c22ba

Please sign in to comment.