BlueFire/api/user_guide/nav/hacks.txt

10 lines
233 B
Plaintext
Raw Normal View History

2020-02-09 07:13:33 +00:00
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