Gitiles
Code Review
Sign In
www.giggi.me
/
code-igniter-v3-giggi
/
85e65f6259d4602f2d3fa81191eb052745e632a7
/
.
/
user_guide
/
nav
/
hacks.txt
blob: 081eecef30f20c706b80f423d3c3a65da57e8ccf [
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