This commit is contained in:
alexandre-pereira 2015-03-18 12:01:48 +01:00
parent 8dcc168458
commit b171157577
1 changed files with 1 additions and 0 deletions

View File

@ -17,6 +17,7 @@
<script>
var redirect;
document.getElementById('imgRef').addEventListener("mousedown", function(event) {
event.preventDefault();
redirect = setTimeout(function(){location.href="{{URL::to('choisirref')}}"}, 3000);
return false;