From: a <a@gmail.com>
Date: Sun, 8 Dec 2024 00:36:30 +0000 (-0500)
Subject: Sat 07 Dec 2024 07:36:30 PM EST
X-Git-Url: http://www.foleosoft.com/?a=commitdiff_plain;h=72c2e0cdce24c82bfdd2f00f85d7812c1478fa1e;p=QAnsel.git

Sat 07 Dec 2024 07:36:30 PM EST
---

diff --git a/src/index.html b/src/index.html
index 5011454..6ab5a15 100644
--- a/src/index.html
+++ b/src/index.html
@@ -372,7 +372,10 @@
 							}
 						}
 					}
-					ret = "shots " + localStorage.getItem("shots") + ";\n" + ret;
+					if (!ret.includes("born"))
+					{
+						ret = "shots " + localStorage.getItem("shots") + ";\n" + ret;
+					}
 				}
 				return ret;
 			},
diff --git a/src/src.zip b/src/src.zip
index b3f594e..c428abf 100644
Binary files a/src/src.zip and b/src/src.zip differ