Derek Allard | 2067d1a | 2008-11-13 22:59:24 +0000 | [diff] [blame] | 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 | |||||
Pascal Kriete | 5cf9fdc | 2010-11-10 16:47:55 -0500 | [diff] [blame] | 7 | -- Rick Ellis |
Derek Allard | 2067d1a | 2008-11-13 22:59:24 +0000 | [diff] [blame] | 8 | |
9 | |||||
Pascal Kriete | 5cf9fdc | 2010-11-10 16:47:55 -0500 | [diff] [blame] | 10 | Also removed fx.Opacity and fx.Height from moo.fx.js -- Pascal |