diff --git a/frontend/web/js/new_script.js b/frontend/web/js/new_script.js index 62a17bf..d764610 100755 --- a/frontend/web/js/new_script.js +++ b/frontend/web/js/new_script.js @@ -142,6 +142,17 @@ $(document).ready(function () { }); - + $('#collection').click(function () { + $('.collection .new_collection').owlCarousel({ + navigation:true, + navigationText: [], + responsiveClass: true, + loop:true, + items:2, + mouseDrag:false + + + }); + }) }) \ No newline at end of file -- libgit2 0.21.4