This commit is contained in:
alexandre-pereira 2015-03-18 12:01:48 +01:00
parent 8dcc168458
commit b171157577

View File

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