Gitiles
Code Review
Sign In
www.giggi.me
/
code-igniter-v3-giggi
/
4b9c62980599228f070b401c7673dce8085b0c61
/
.
/
user_guide
/
nav
/
hacks.txt
blob: 8c17f008a06e225afeef60aff79609f2aa8c53b9 [
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