]> foleosoft.com Git - QAnsel.git/commitdiff
Sat 07 Dec 2024 09:58:07 PM EST
authora <[email protected]>
Sun, 8 Dec 2024 02:58:07 +0000 (21:58 -0500)
committera <[email protected]>
Sun, 8 Dec 2024 02:58:07 +0000 (21:58 -0500)
src/index.html
src/src.zip

index 6ab5a157264189cac2f1ada158eff2dd738f5f5d..b87a792d02a7a83c8f446f82b3e7a3722b336102 100644 (file)
                                        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)
                                        {
                                                        }
                                                }
                                        }
-                                       if (!ret.includes("born"))
-                                       {
-                                               ret = "shots " + localStorage.getItem("shots") + ";\n" + ret;
-                                       }
+                                       ret = "shots " + localStorage.getItem("shots") + ";\n" + ret;
                                }
                                return ret;
                        },
                                default:
                                        if (html.includes("🔍") && !html.includes("<sub>"))
                                        {
-                                               html += "<sub>1</sub>";
+                                               html += "<sub>" + (attr[0] + 1) + "</sub>";
                                        }
                        }
 
index c428abf62fd1ef2b6146202038b3a4c7a4fd9ae1..5e70428453c7f09994cae9d6da756960913b8fe5 100644 (file)
Binary files a/src/src.zip and b/src/src.zip differ