Stream: committers
Topic: Hamburger menu fix for IGs
Eric Haas (May 17 2017 at 01:16):
I found this partial fix for the Hamburger menu not working- but it is still generating an error.
Implemented here http://build.fhir.org/ig/Healthedata1/IG-Template/
Eric Haas (May 17 2017 at 01:19):
- I downloaded bootstrap.min.js and added to pages/assets/js/bootstrap.min.js
- added these lines to the header.html before the bootstrap core CSS files- (order is important):
<!-- JQuery dependencies for Bootstrap--> <script src="assets/js/jquery.js"></script> <script src="assets/js/jquery-1.11.1.min.map"></script> <script src="assets/js/bootstrap.min.js"></script>
Eric Haas (May 17 2017 at 01:22):
But now I get this error when you inspect the html.
jquery-1.11.1.min.map:1 Uncaught SyntaxError: Unexpected token :
Eric Haas (May 17 2017 at 15:02):
and it causes the logical model page to not render :-(
Eric Haas (May 22 2017 at 04:51):
moved the script tags to the end in footer.html and that fixed it. Implemented here http://build.fhir.org/ig/Healthedata1/IG-Template/
Last updated: Apr 12 2022 at 19:14 UTC