mirror of
https://github.com/RaspAP/raspap-webgui.git
synced 2024-11-21 23:20:22 +00:00
Remove toggle state from window load/resize
This commit is contained in:
parent
7ca6a859ef
commit
8726456168
1 changed files with 1 additions and 1 deletions
|
@ -280,7 +280,7 @@ $(function() {
|
|||
|
||||
$(window).on("load resize",function(e) {
|
||||
if ($(window).width() > 768) {
|
||||
$('.sidebar').removeClass('d-none d-md-block toggled');
|
||||
$('.sidebar').removeClass('d-none d-md-block');
|
||||
};
|
||||
});
|
||||
|
||||
|
|
Loading…
Reference in a new issue