summaryrefslogtreecommitdiffstats
path: root/user_guide/scripts/hacks.txt
blob: f29e5a77ab2aa63c721699daf3cb5419be8f55e0 (plain)
1
2
3
4
5
6
7
8
9
I did the following hack in moo.fx.js:

At line 79 in the toggle: function()  function, I added:

document.getElementById('nav').style.display = 'block';



-- Rick Ellis