Skip to content
Snippets Groups Projects
Commit 87a769a9 authored by llaffont's avatar llaffont
Browse files

Correction kiosque cube qui ne démarre parfois pas

parent eafb3c1f
Branches
Tags 7.8.26
No related merge requests found
......@@ -21,10 +21,9 @@ else
</div>
</center>
<script>
$("#linksCube").imagecube({speed: 1000});
function endedRotate(current, next)
{
$('#rotateStatus').text('ended ' + $(current).attr('title'));
}
$(function() {
$("#linksCube").imagecube({speed: 1000});
});
</script>
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment