Remove owl carousel related settings from the files. Fixes #3.

This commit is contained in:
Arpad Csanyi
2016-03-15 23:01:07 +01:00
parent fc9150081d
commit 5e56dc81b5
3 changed files with 1 additions and 18 deletions

4
app.js
View File

@@ -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')