Skip to content

Commit 0bc7945

Browse files
committed
A small change to the menu highlighting
1 parent e4e2ec9 commit 0bc7945

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

html/js/garden.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ $(document).ready(function() {
4343
var offset = $(window).scrollTop();
4444
var id = articles[0][1];
4545
for(var i = 0, l = articles.length; i < l; i++) {
46-
if (articles[i][0] < offset + 10) {
46+
if (articles[i][0] < offset + 200) {
4747
id = articles[i][1];
4848
}
4949
}

0 commit comments

Comments
 (0)