diff options
author | admin <devnull@localhost> | 2006-08-25 19:25:49 +0200 |
---|---|---|
committer | admin <devnull@localhost> | 2006-08-25 19:25:49 +0200 |
commit | b0dd10f8171945e0c1f3527dd1e9d18b043e01a7 (patch) | |
tree | c3583ba09e72217683c4304f4690df6ce39ba731 /user_guide/scripts/hacks.txt |
Initial Import
Diffstat (limited to 'user_guide/scripts/hacks.txt')
-rw-r--r-- | user_guide/scripts/hacks.txt | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/user_guide/scripts/hacks.txt b/user_guide/scripts/hacks.txt new file mode 100644 index 000000000..f29e5a77a --- /dev/null +++ b/user_guide/scripts/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 |