Compare commits

...

2 Commits

Author SHA1 Message Date
Thomas MONCHICOURT bed4cbc7b1 Fix : Start to first panel tuto when restart 2018-01-22 14:27:48 +01:00
Thomas MONCHICOURT b09ca38415 Fix : dropzone js error 2018-01-22 14:07:12 +01:00
3 changed files with 4 additions and 2 deletions
@@ -67,7 +67,7 @@
<li>Recommencez autant de fois que nécessaire.</li>
</ul>
<br /><br />
Bon courage !
Cest à vous !
</strong>
</div>
</div>
@@ -185,7 +185,7 @@
var urlDelete = '';
var idObject = null;
var typeObject = null;
var videoExist = true;
var videoExist = false;
var mediaDefaultUrl = '{{ path("media_default") }}';
var idUser = '{{ app.user.id }}';
var mediaEditTitleUrl = "{{ path('media_edit_title', {'id': 'id_video'})|escape('js') }}";
+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();
});