blob: 081eecef30f20c706b80f423d3c3a65da57e8ccf [file] [log] [blame]
I did the following hack in moo.fx.js:
At line 79 in the toggle: function() function, I added:
document.getElementById('nav').style.display = 'block';
-- Rick Ellis