We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 587f4a8 commit f28333bCopy full SHA for f28333b
js/app.js
@@ -673,7 +673,7 @@ $(window).ready(function() {
673
var box = $("#"+name+"box");
674
675
if(box.is(':hidden')) {
676
- $('.flatpage').hide();
+ $('.flatpage, #homebox').hide();
677
box.show().scrollTop(0);
678
679
if(name == 'about' && !$('#motd').hasClass('inited')) {
0 commit comments