8000 JS for scrollspy was unneeded and messed up stuff · tisto/robotframework.github.com@1a9a7c1 · GitHub
[go: up one dir, main page]

Skip to content

Commit 1a9a7c1

Browse filesBrowse files
committed
JS for scrollspy was unneeded and messed up stuff
1 parent d60bfc6 commit 1a9a7c1

File tree

2 files changed

+0
-12
lines changed

2 files changed

+0
-12
lines changed

_site/assets/js/robotframework.js

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -37,10 +37,4 @@ function init_carousel() {
3737
$( document ).ready(function() {
3838
init_tweets();
3939
init_carousel();
40-
41-
$( "#menu" ).scrollspy().find("a").click(function(){
42-
console.log('click');
43-
$(this).scrollspy( "refresh" );
44-
});
45-
4640
});

assets/js/robotframework.js

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -37,10 +37,4 @@ function init_carousel() {
3737
$( document ).ready(function() {
3838
init_tweets();
3939
init_carousel();
40-
41-
$( "#menu" ).scrollspy().find("a").click(function(){
42-
console.log('click');
43-
$(this).scrollspy( "refresh" );
44-
});
45-
4640
});

0 commit comments

Comments
 (0)
0