sq
This commit is contained in:
parent
8dcc168458
commit
b171157577
@ -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;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user