Gitiles
Code Review
Sign In
www.giggi.me
/
code-igniter-v3-giggi
/
32dbac2695490fb751fc8da645bba945bc8da718
/
.
/
user_guide
/
nav
/
hacks.txt
blob: 183481b78181e5be1aefc3e7b5f36250431cc04f [
file
] [
log
] [
blame
]
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