Add 'event' to toggle_hoverzoom header for firefox's benefit.

This commit is contained in:
voussoir 2018-07-28 16:16:16 -07:00
parent dfff79baa7
commit 22d2efa289

View file

@ -357,7 +357,7 @@ function disable_hoverzoom()
photo_img_holder.onmousemove = null; photo_img_holder.onmousemove = null;
//photo_img_holder.onclick = null; //photo_img_holder.onclick = null;
} }
function toggle_hoverzoom() function toggle_hoverzoom(event)
{ {
if (photo_img.style.opacity === "0") if (photo_img.style.opacity === "0")
{ {