test
This commit is contained in:
parent
91b4183afe
commit
f196d93ddc
@ -24,14 +24,20 @@
|
||||
return false;
|
||||
|
||||
});
|
||||
|
||||
document.getElementById('imgRef').addEventListener("mouseup", function() {
|
||||
clearTimeout(redirect);
|
||||
return false;
|
||||
});
|
||||
|
||||
|
||||
document.getElementById('imgRef').addEventListener("touchstart", function() {
|
||||
redirect = setTimeout(function(){location.href="{{URL::to('choisirref')}}"}, 3000);
|
||||
return false;
|
||||
});
|
||||
|
||||
|
||||
document.getElementById('imgRef').addEventListener("touchend", function() {
|
||||
clearTimeout(redirect);
|
||||
return false;
|
||||
});
|
||||
</script>
|
||||
@endsection
|
||||
|
Reference in New Issue
Block a user