Remove owl carousel related settings from the files. Fixes #3.
This commit is contained in:
4
app.js
4
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')
|
||||
|
||||
Reference in New Issue
Block a user