sqs
This commit is contained in:
parent
b171157577
commit
91b4183afe
@ -16,8 +16,10 @@
|
||||
@section('page-scripts')
|
||||
<script>
|
||||
var redirect;
|
||||
document.getElementById('imgRef').addEventListener("mousedown", function(event) {
|
||||
event.preventDefault();
|
||||
document.getElementById('imgRef').addEventListener("click", function() {
|
||||
return false;
|
||||
});
|
||||
document.getElementById('imgRef').addEventListener("mousedown", function() {
|
||||
redirect = setTimeout(function(){location.href="{{URL::to('choisirref')}}"}, 3000);
|
||||
return false;
|
||||
|
||||
|
Reference in New Issue
Block a user