From c259b3a43e271a9610c5e226bcb282b58d2401bd Mon Sep 17 00:00:00 2001 From: ehpersonal38 <103586016+ehpersonal38@users.noreply.github.com> Date: Tue, 14 Jun 2022 15:06:41 -0400 Subject: [PATCH] Lazy loading, at last --- scripts/play.php | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/scripts/play.php b/scripts/play.php index db003a1..178e763 100644 --- a/scripts/play.php +++ b/scripts/play.php @@ -121,6 +121,7 @@ if(isset($_GET['bydate'])){ session_unset(); $view = "choose"; } +$lazyload = ""; ?> @@ -132,6 +133,12 @@ if(isset($_GET['bydate'])){