blob: 183481b78181e5be1aefc3e7b5f36250431cc04f [file] [log] [blame]
Derek Allard2067d1a2008-11-13 22:59:24 +00001I did the following hack in moo.fx.js:
2
Razican114ab092011-04-25 17:26:45 +02003At 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