diff options
author | admin <devnull@localhost> | 2006-09-27 22:38:35 +0200 |
---|---|---|
committer | admin <devnull@localhost> | 2006-09-27 22:38:35 +0200 |
commit | 6844539c8f0a78ea5282b17c5878e5e936c52399 (patch) | |
tree | 3208778019273cfd61acd629a97a2425777c996c /user_guide/nav/hacks.txt | |
parent | 43a823eb92ef476da5126413e63df1e7a863fe69 (diff) |
Adding nav folder
Diffstat (limited to 'user_guide/nav/hacks.txt')
-rw-r--r-- | user_guide/nav/hacks.txt | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/user_guide/nav/hacks.txt b/user_guide/nav/hacks.txt new file mode 100644 index 000000000..f29e5a77a --- /dev/null +++ b/user_guide/nav/hacks.txt @@ -0,0 +1,9 @@ +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
\ No newline at end of file |