Aryeh Beitz
Aryeh Beitz
I found a way: on header.html i change to `SB Admin 2` on sb-admin-2.js i add inside `$(function() {` ``` window.showNavbar = true; window.toggleNavbar = function() { if (window.showNavbar) {...
@garciaba Ok, I found a solution using the localStorage. In the sb-admin-2.js file, first remove the code above from inside the $(function() {.Then, add the following to the bottom of...
I also ran into this problem. I solved it by re initializing raty with an empty object in the onload block before your actual initialization
why not just run `yarn` instead of `npm install`?