Skip to content
This repository was archived by the owner on Nov 28, 2018. It is now read-only.

Commit d207ffb

Browse files
author
Anthony Ngene
committed
fix(main.js): initialize materialize tabs
1 parent 99b7ef7 commit d207ffb

File tree

1 file changed

+1
-0
lines changed
  • coursebuilder/modules/explorer/_static/js

1 file changed

+1
-0
lines changed

coursebuilder/modules/explorer/_static/js/main.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
window.addEventListener('WebComponentsReady', function documentReady() {
22
$(".button-collapse").sideNav();
33
$(".dropdown-button").dropdown();
4+
$('ul.tabs').tabs();
45

56
$('.awards-carousel').owlCarousel({
67
loop: true,

0 commit comments

Comments
 (0)