Add 'event' to toggle_hoverzoom header for firefox's benefit.
This commit is contained in:
parent
dfff79baa7
commit
22d2efa289
1 changed files with 1 additions and 1 deletions
|
@ -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")
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue