summaryrefslogtreecommitdiffstats
path: root/user_guide/nav/hacks.txt
blob: 8c17f008a06e225afeef60aff79609f2aa8c53b9 (plain)
1
2
3
4
5
6
7
8
9
10
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


Also removed fx.Opacity and fx.Height from moo.fx.js -- Pascal