Conditions | 1 |
Paths | 1 |
Total Lines | 13 |
Code Lines | 2 |
Lines | 0 |
Ratio | 0 % |
Tests | 0 |
CRAP Score | 2 |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
9 | public function getPluginInit() |
||
10 | { |
||
11 | return " |
||
12 | $('.product-slider').owlCarousel({ |
||
13 | navigation: true, // Show next and prev buttons |
||
14 | slideSpeed: 300, |
||
15 | paginationSpeed: 400, |
||
16 | afterInit: function() { |
||
17 | $('.product-slider .item').css('visibility', 'visible'); |
||
18 | } |
||
19 | }); |
||
20 | "; |
||
21 | } |
||
22 | } |
||
23 |