From fc770969eaa16bcc9f21e930296511de32b7f0f5 Mon Sep 17 00:00:00 2001 From: Веталь Date: Wed, 8 Feb 2017 14:38:11 +0200 Subject: [PATCH] -collection --- frontend/web/js/new_script.js | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) 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