diff --git a/app.js b/app.js index ffcd54c2..1d8e7cb7 100644 --- a/app.js +++ b/app.js @@ -53,10 +53,6 @@ $(function() { $(this).toggleClass('fa-star-o'); }); - $("#owl-example").owlCarousel({ - items: 1 - }); - $('.sidebar__level-1', '.sidebar__level-1--item').on('click', function() { $(this).parents('.sidebar__level-1--item').find('ul').slideToggle(); $(this).find('.fa-chevron-down, .fa-chevron-up').toggleClass('fa-chevron-down fa-chevron-up') diff --git a/index.html b/index.html index 701069d0..4a62f003 100644 --- a/index.html +++ b/index.html @@ -46,7 +46,7 @@
-