blob: 8c17f008a06e225afeef60aff79609f2aa8c53b9 [file] [log] [blame]
Derek Allard2067d1a2008-11-13 22:59:24 +00001I did the following hack in moo.fx.js:
2
Derek Jones37f4b9c2011-07-01 17:56:50 -05003At line 79 in the toggle: function() function, I added:
Derek Allard2067d1a2008-11-13 22:59:24 +00004
5document.getElementById('nav').style.display = 'block';
6
Pascal Kriete5cf9fdc2010-11-10 16:47:55 -05007-- Rick Ellis
Derek Allard2067d1a2008-11-13 22:59:24 +00008
9
Pascal Kriete5cf9fdc2010-11-10 16:47:55 -050010Also removed fx.Opacity and fx.Height from moo.fx.js -- Pascal