Dynect-PHP-API/user_guide/nav/hacks.txt

9 lines
170 B
Plaintext
Raw Normal View History

2010-12-31 08:05:08 +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