Skip to content

Commit

Permalink
revert back to draft copy
Browse files Browse the repository at this point in the history
  • Loading branch information
natalie-bernhard committed Jun 18, 2024
1 parent 22cd9f2 commit fb47fc5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/content/_assets/js/tabs.js
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ $(document).ready(function() {
// get class of clicked tab and class of its respective content section
var class_list = this.classList;
for (var i = 0; i < class_list.length; i++) {
class_name = class_list[i];
var class_name = class_list[i];
if (class_name !== "tab_link" && class_name.indexOf("_link") > -1) {
var tab_content = "." + class_name.replace("link", "section");
var tab_class = "." + class_name;
Expand Down

0 comments on commit fb47fc5

Please sign in to comment.