CodeIgniter installed
[living-lab-site.git] / user_guide / nav / hacks.txt
diff --git a/user_guide/nav/hacks.txt b/user_guide/nav/hacks.txt
new file mode 100755 (executable)
index 0000000..8c17f00
--- /dev/null
@@ -0,0 +1,10 @@
+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
+
+
+Also removed fx.Opacity and fx.Height from moo.fx.js -- Pascal
\ No newline at end of file