Navbar hide menu fix (#1033)
* Fix navbar not closing on mobile when it should * Get rid of unnecessary HTML tags
This commit is contained in:
parent
26de38a869
commit
ffe95ee1c6
5 changed files with 258 additions and 299 deletions
|
@ -3,6 +3,7 @@ import { BrowserRouter } from "inferno-router";
|
|||
import { App } from "../shared/components/app/app";
|
||||
import { initializeSite } from "../shared/utils";
|
||||
|
||||
import "bootstrap/js/dist/collapse";
|
||||
import "bootstrap/js/dist/dropdown";
|
||||
|
||||
const site = window.isoData.site_res;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue