codeigniter_test2/user_guide/nav/hacks.txt
2020-01-02 23:07:40 +07:00

10 lines
233 B
Plaintext

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
Also removed fx.Opacity and fx.Height from moo.fx.js -- Pascal