diff 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
line wrap: on
line diff
--- a/mgallery.php	Fri Feb 11 19:52:05 2022 +0200
+++ b/mgallery.php	Mon Nov 21 12:20:35 2022 +0200
@@ -778,7 +778,7 @@
 mgalAddEventOb("document", document, "touchstart", mgalTouchStart);
 mgalAddEventOb("document", document, "touchmove", mgalTouchMove);
 
-adjustPID = -1;
+mgalAdjustImagePID = -1;
 </script>
 <?
   }