Skip to content

Commit f28333b

Browse files
fix menu buttons not hiding their page
1 parent 587f4a8 commit f28333b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

js/app.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -673,7 +673,7 @@ $(window).ready(function() {
673673
var box = $("#"+name+"box");
674674

675675
if(box.is(':hidden')) {
676-
$('.flatpage').hide();
676+
$('.flatpage, #homebox').hide();
677677
box.show().scrollTop(0);
678678

679679
if(name == 'about' && !$('#motd').hasClass('inited')) {

0 commit comments

Comments
 (0)