1
0
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:
billz 2019-10-29 10:03:28 +00:00
parent 7ca6a859ef
commit 8726456168

View File

@ -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');
};
});