summaryrefslogtreecommitdiffstats
path: root/user_guide/nav/hacks.txt
diff options
context:
space:
mode:
authoradmin <devnull@localhost>2006-09-27 23:06:30 +0200
committeradmin <devnull@localhost>2006-09-27 23:06:30 +0200
commit7ffa70327dffd0acfd27f476313c5a92a17448c6 (patch)
tree317d1844865f2a2ee4064c17a6b8e765482e57ab /user_guide/nav/hacks.txt
parent547ba0e5e632efe8f2c609b589d08c283d1fcde2 (diff)
Adding nav folder
Diffstat (limited to 'user_guide/nav/hacks.txt')
-rw-r--r--user_guide/nav/hacks.txt9
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