blob: 081eecef30f20c706b80f423d3c3a65da57e8ccf [file] [log] [blame]
Derek Jones85e65f62008-11-11 23:14:42 +00001I did the following hack in moo.fx.js:
2
3At line 79 in the toggle: function() function, I added:
4
5document.getElementById('nav').style.display = 'block';
6
7
8
admin7ffa7032006-09-27 21:06:30 +00009-- Rick Ellis