diff --git a/account/views/store.ejs b/account/views/store.ejs index 19ef2f5..2c0d160 100644 --- a/account/views/store.ejs +++ b/account/views/store.ejs @@ -17,7 +17,7 @@ console.error(e); } } else { - alert("close window or go back to cancel"); + history.back(); } } @@ -79,7 +79,7 @@
-
+