Remove file execution permission.
[living-lab-site.git] / user_guide / nav / hacks.txt
1 I did the following hack in moo.fx.js:
2
3 At line 79 in the toggle: function()  function, I added:
4
5 document.getElementById('nav').style.display = 'block';
6
7 -- Rick Ellis
8
9
10 Also removed fx.Opacity and fx.Height from moo.fx.js -- Pascal