Cloudlog/user_guide/nav/hacks.txt
2011-04-25 16:24:01 +01:00

10 行
无行尾
233 B
Text

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