Commit 79769aa43a774351e47a710983437feb15593b3f

Authored by Administrator
1 parent df1952f4

big commti

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
frontend/widgets/views/slider.php
... ... @@ -72,6 +72,6 @@ $js=" $(\"#$title\").owlCarousel({
72 72 })
73 73 ";
74 74  
75   -$this->registerJs($js,View::POS_LOAD);
  75 +$this->registerJs($js,View::POS_READY);
76 76  
77 77 ?>
... ...