Commit e81a5372efd28bbff7bb13bb127599f25cf755a7
1 parent
e3e8325f
-collection
Showing
2 changed files
with
10 additions
and
10 deletions
Show diff stats
frontend/views/site/index.php
| ... | ... | @@ -67,15 +67,6 @@ responsiveClass: true, |
| 67 | 67 | navSpeed:200, |
| 68 | 68 | |
| 69 | 69 | }) |
| 70 | -$('#collection .new_collection').owlCarousel({ | |
| 71 | - navigation : true, // Show next and prev buttons | |
| 72 | - slideSpeed : 500, | |
| 73 | - autoplayTimeout:3000, | |
| 74 | - paginationSpeed : 1000, | |
| 75 | - singleItem:true, | |
| 76 | - autoPlay:true | |
| 77 | - | |
| 78 | - }); | |
| 79 | 70 | "; |
| 80 | 71 | |
| 81 | 72 | ... | ... |
frontend/web/js/new_script.js
| ... | ... | @@ -132,6 +132,15 @@ $(document).ready(function () { |
| 132 | 132 | } |
| 133 | 133 | |
| 134 | 134 | |
| 135 | - | |
| 135 | + $('#collection .new_collection').owlCarousel({ | |
| 136 | + navigation : true, // Show next and prev buttons | |
| 137 | + slideSpeed : 500, | |
| 138 | + autoplayTimeout:3000, | |
| 139 | + paginationSpeed : 1000, | |
| 140 | + singleItem:true, | |
| 141 | + autoPlay:true | |
| 142 | + | |
| 143 | + }); | |
| 144 | + | |
| 136 | 145 | |
| 137 | 146 | }) |
| 138 | 147 | \ No newline at end of file | ... | ... |