blob: f29e5a77ab2aa63c721699daf3cb5419be8f55e0 [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