Skip to content

Commit 1ffe0d3

Browse files
committed
Permanent Hiatus Announcement
Use <https://spugn.github.io/priconne-quest-helper/> instead for a more updated version. - Decided to permanently put this project on hold/discontinue it due to updating pains and possibly future issues. - Minor changes for redirect toast to `spugn/priconne-quest-helper` Thank you for following the development of `expugn/priconne-quest-helper`.
1 parent 4c86342 commit 1ffe0d3

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

scripts/priconne-quest-helper.js

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5415,7 +5415,11 @@ const webpage = (function () {
54155415
toastr.remove();
54165416
toastr.info("Ready!", "Status", { positionClass: "toast-top-full-width", tapToDismiss: true });
54175417
}
5418-
toastr.warning("This tool is no longer updated.\nPlease use https://spugn.github.io/priconne-quest-helper/ instead!", "Important Information", { positionClass: "toast-top-full-width", timeOut:999999, extendedTimeOut:999999, tapToDismiss: true });
5418+
toastr.warning(
5419+
`This tool is no longer updated.<br>Please use <a href="https://spugn.github.io/priconne-quest-helper/" style="color:#a1e9ff;text-decoration:underline;">https://spugn.github.io/priconne-quest-helper/</a> instead!`,
5420+
"Important Information",
5421+
{ positionClass: "toast-top-full-width", timeOut:999999, extendedTimeOut:999999, tapToDismiss: false, closeButton: true }
5422+
);
54195423
}
54205424
}
54215425

0 commit comments

Comments
 (0)