Skip to content
Snippets Groups Projects
Commit 9c6cf872 authored by Gervaise Henry's avatar Gervaise Henry :cowboy:
Browse files

Set image change timeout to 0

parent 780b60d7
Branches
Tags
2 merge requests!18Develop,!16Mouse.over.image
......@@ -95,7 +95,7 @@
<script>
function changeImage(id,img){
setTimeout(function() {document.getElementById(id).src=img;},5);
setTimeout(function() {document.getElementById(id).src=img;},0);
}
</script>
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment