Compare commits

..

1 Commits

Author SHA1 Message Date
Thomas MONCHICOURT bed4cbc7b1 Fix : Start to first panel tuto when restart 2018-01-22 14:27:48 +01:00
2 changed files with 3 additions and 1 deletions
@@ -67,7 +67,7 @@
<li>Recommencez autant de fois que nécessaire.</li>
</ul>
<br /><br />
Bon courage !
Cest à vous !
</strong>
</div>
</div>
+2
View File
@@ -50,6 +50,8 @@ $(document).ready(function(){
openModal();
}
$(".view-tuto").on('click', function(){
var toIndex = 0;
$(".tuto-carousel").trigger("to.owl.carousel", [toIndex, 1, true]);
openModal();
});