comparison mgallery.php @ 210:0a0a2936d779

Adjust image adjustment etc.
author Matti Hamalainen <ccr@tnsp.org>
date Thu, 22 Mar 2018 14:57:51 +0200
parents 671b7cfebf87
children 926779f93229
comparison
equal deleted inserted replaced
209:671b7cfebf87 210:0a0a2936d779
627 ?> 627 ?>
628 mgalDisplayInfo(false); 628 mgalDisplayInfo(false);
629 mgalAddEvent("pageInfoButton", "click", mgalOpenInfo); 629 mgalAddEvent("pageInfoButton", "click", mgalOpenInfo);
630 mgalAddEvent("pageImageBox", "click", mgalCloseInfo); 630 mgalAddEvent("pageImageBox", "click", mgalCloseInfo);
631 631
632 mgalAddEvent("imageImage", "load", mgalAdjustImageDo); 632 mgalAddEvent("imageImage", "load", mgalAdjustImage);
633 mgalAddEventOb("window", window, "resize", mgalAdjustImage); 633 mgalAddEventOb("window", window, "resize", mgalAdjustImage);
634 mgalAddEventOb("window", window, "load", mgalAdjustImage);
634 mgalAddEventOb("document", document, "keypress", mgalProcessKeyPress); 635 mgalAddEventOb("document", document, "keypress", mgalProcessKeyPress);
635 636
636 adjustPID = -1; 637 adjustPID = -1;
637 </script> 638 </script>
638 <? 639 <?