Skip to content
This repository has been archived by the owner on Nov 29, 2024. It is now read-only.

Commit

Permalink
Add a /
Browse files Browse the repository at this point in the history
  • Loading branch information
BaseMax committed Sep 12, 2024
1 parent 86bdfcc commit f5f19ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion script/script.js
Original file line number Diff line number Diff line change
Expand Up @@ -326,7 +326,7 @@ const save_code = () => {
Swal.fire({
icon: "success",
title: "کد شما ذخیره شد.",
html: `<a href='?code=${obj.data.url}'>مشاهده</a>`,
html: `<a href='/?code=${obj.data.url}'>مشاهده</a>`,
});
} else {
Swal.fire({
Expand Down

0 comments on commit f5f19ad

Please sign in to comment.