comparison mgallery.php @ 332:ffcd1225e85c

Rename PID variable.
author Matti Hamalainen <ccr@tnsp.org>
date Mon, 21 Nov 2022 12:20:35 +0200
parents 782c1520984e
children 9dece4d00e30
comparison
equal deleted inserted replaced
331:14d3741061f5 332:ffcd1225e85c
776 mgalAddEventOb("document", document, "keydown", mgalProcessKeyPress); 776 mgalAddEventOb("document", document, "keydown", mgalProcessKeyPress);
777 777
778 mgalAddEventOb("document", document, "touchstart", mgalTouchStart); 778 mgalAddEventOb("document", document, "touchstart", mgalTouchStart);
779 mgalAddEventOb("document", document, "touchmove", mgalTouchMove); 779 mgalAddEventOb("document", document, "touchmove", mgalTouchMove);
780 780
781 adjustPID = -1; 781 mgalAdjustImagePID = -1;
782 </script> 782 </script>
783 <? 783 <?
784 } 784 }
785 } 785 }
786 else 786 else