From e511fec4aa51c32b837f2255f6560d58b7983e27 Mon Sep 17 00:00:00 2001 From: justcool393 Date: Thu, 13 Oct 2022 08:15:33 -0700 Subject: [PATCH] i don't know why this committed --- files/assets/js/bootstrap.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/assets/js/bootstrap.js b/files/assets/js/bootstrap.js index 1967b8b06..e266306d6 100644 --- a/files/assets/js/bootstrap.js +++ b/files/assets/js/bootstrap.js @@ -182,7 +182,7 @@ if (document.readyState === "complete" || } function post_toast(t, url, button1, button2, classname, extra_actions) { - let isShopConfirm = t.id.startsWith('buy1-go') || t.id.startsWith('buy2-go'); + let isShopConfirm = t.id.startsWith('buy1-') || t.id.startsWith('buy2-'); if (!isShopConfirm) {