Skip to content

Commit cc01571

Browse files
committed
Fix a timeout issue
1 parent 0bc7945 commit cc01571

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
@@ -50,7 +50,7 @@ $(document).ready(function() {
5050
selectNavigation(id, offset === 0);
5151
}
5252

53-
var initSelection = setTimeout(highlightSection, 50);
53+
var initSelection = setTimeout(highlightSection, 100);
5454
$(document).scroll(function() {
5555
clearTimeout(initSelection);
5656
highlightSection();

0 commit comments

Comments
 (0)