Skip to content

Commit 8915b18

Browse files
dmitriyffartch
authored andcommitted
fix(api/renderer): Remove scroll execite after page loading
DEV-494
1 parent ec75bff commit 8915b18

File tree

1 file changed

+0
-4
lines changed
  • api/themes/screeps-api/source/js/app

1 file changed

+0
-4
lines changed

api/themes/screeps-api/source/js/app/toc.js

-4
Original file line numberDiff line numberDiff line change
@@ -111,10 +111,6 @@
111111
}
112112
}
113113

114-
$(function() {
115-
onScroll();
116-
});
117-
118114
var makeToc = function() {
119115
$("#nav-button").click(function() {
120116
$(".tocify-wrapper").toggleClass('open');

0 commit comments

Comments
 (0)