This website works better with JavaScript.
Home
Help
Sign In
ESIR
/
KiWi-Calendar
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
removed appearance of the second tab before any tab button have been pressed
master
n0m1s
10 years ago
parent
a5a9761a10
commit
d1ce31c9a9
1 changed files
with
2 additions
and
0 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-0
hamburger.js
+ 2
- 0
hamburger.js
View File
@ -26,3 +26,5 @@ buttonRennes.addEventListener('click', function () {
tab0
.
style
.
display
=
'none'
;
tab0
.
style
.
display
=
'none'
;
tab1
.
style
.
display
=
'block'
;
tab1
.
style
.
display
=
'block'
;
}
,
false
)
;
}
,
false
)
;
tab1
.
style
.
display
=
'none'
;
Write
Preview
Loading…
Cancel
Save