Commit 920111f66a3d9548e99f1fdcee166e33c137db6f
1 parent
c7d7705f
-collection
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
frontend/web/js/new_script.js
... | ... | @@ -132,7 +132,7 @@ $(document).ready(function () { |
132 | 132 | } |
133 | 133 | |
134 | 134 | |
135 | - $('.new_collection').owlCarousel({ | |
135 | + $('.collection .new_collection').owlCarousel({ | |
136 | 136 | navigation : true, // Show next and prev buttons |
137 | 137 | slideSpeed : 500, |
138 | 138 | autoplayTimeout:3000, | ... | ... |