Skip to content

Commit

Permalink
Revert "Revert "Fixed jumping of content""
Browse files Browse the repository at this point in the history
This reverts commit 3307a9f.
  • Loading branch information
natalie-bernhard committed Jun 17, 2024
1 parent 8f95121 commit 664319c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/main/content/_assets/js/tabs.js
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,6 @@ $(document).ready(function() {
var tab_class = "." + class_name;
}
}

// show content of clicked tab and add active class to clicked tab
$(this).parent().find('.tab_content' + tab_content).show();
$(this).parent().find('.tab_link' + tab_class).addClass("active");
Expand Down

0 comments on commit 664319c

Please sign in to comment.