From 9c6cf872cb6619922bb11a8d091a3d808e2d67c9 Mon Sep 17 00:00:00 2001
From: "Gervaise H. Henry" <gervaise.henry@utsouthwestern.edu>
Date: Sun, 5 Jan 2020 17:03:38 -0600
Subject: [PATCH] Set image change timeout to 0

---
 layouts/custom/people.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/layouts/custom/people.html b/layouts/custom/people.html
index 2319f2a..8973bc9 100644
--- a/layouts/custom/people.html
+++ b/layouts/custom/people.html
@@ -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>
 
-- 
GitLab