Skip to content

Commit

Permalink
Update simple_modal_gallery_backend.js
Browse files Browse the repository at this point in the history
  • Loading branch information
stjeanmark committed May 18, 2021
1 parent ee445c6 commit 770a556
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -48,6 +48,7 @@ function GetCoordinates(e)
var PosX = 0;
var PosY = 0;
var ImgPos;
var myImg = document.getElementById("hotspot_image");
ImgPos = FindPosition(myImg);
if (!e) var e = window.event;
if (e.pageX || e.pageY)
Expand Down

0 comments on commit 770a556

Please sign in to comment.