summaryrefslogtreecommitdiffstats
path: root/user_guide/nav/hacks.txt
diff options
context:
space:
mode:
Diffstat (limited to 'user_guide/nav/hacks.txt')
-rw-r--r--user_guide/nav/hacks.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/user_guide/nav/hacks.txt b/user_guide/nav/hacks.txt
index 183481b78..8c17f008a 100644
--- a/user_guide/nav/hacks.txt
+++ b/user_guide/nav/hacks.txt
@@ -1,6 +1,6 @@
I did the following hack in moo.fx.js:
-At line 79 in the toggle: function() function, I added:
+At line 79 in the toggle: function() function, I added:
document.getElementById('nav').style.display = 'block';