mirror of
https://github.com/billz/raspap-webgui.git
synced 2023-10-10 13:37:24 +02:00
Remove toggle state from window load/resize
This commit is contained in:
parent
7ca6a859ef
commit
8726456168
@ -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 New Issue
Block a user