From: a Date: Sun, 8 Dec 2024 02:58:07 +0000 (-0500) Subject: Sat 07 Dec 2024 09:58:07 PM EST X-Git-Url: http://www.foleosoft.com/?a=commitdiff_plain;h=3aaa266aafb3cb18eb6ef10b6b0086acd6d53cf8;p=QAnsel.git Sat 07 Dec 2024 09:58:07 PM EST --- diff --git a/src/index.html b/src/index.html index 6ab5a15..b87a792 100644 --- a/src/index.html +++ b/src/index.html @@ -353,7 +353,7 @@ ret += "born q;\n"; } - if (!ret.includes("Duplicate") && !ret.includes("Incomplete")) + if (!ret.includes("Duplicate") && !ret.includes("Incomplete") && !ret.includes("born")) { if (localStorage.getItem("hvar") != null) { @@ -372,10 +372,7 @@ } } } - if (!ret.includes("born")) - { - ret = "shots " + localStorage.getItem("shots") + ";\n" + ret; - } + ret = "shots " + localStorage.getItem("shots") + ";\n" + ret; } return ret; }, @@ -816,7 +813,7 @@ default: if (html.includes("🔍") && !html.includes("")) { - html += "1"; + html += "" + (attr[0] + 1) + ""; } } diff --git a/src/src.zip b/src/src.zip index c428abf..5e70428 100644 Binary files a/src/src.zip and b/src/src.zip differ