Skip to content

Commit

Permalink
removed init of tabs into tabs.js
Browse files Browse the repository at this point in the history
  • Loading branch information
mhevyk committed Aug 10, 2022
1 parent 0f7acfb commit 857debc
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions js/tabs.js
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,4 @@ class Tabs{
isActive(index){
return this.headers[index].classList.contains("active");
}
}

const menu = new Tabs("main-navigation-tabs");
}

0 comments on commit 857debc

Please sign in to comment.