mirror of
https://github.com/ARMSX2/Armsx2-Repo.git
synced 2026-08-24 16:52:58 -07:00
Fix URL format for feather action
This commit is contained in:
+1
-1
@@ -1174,7 +1174,7 @@
|
||||
});
|
||||
|
||||
document.querySelector("[data-action='feather']").addEventListener("click", () => {
|
||||
window.location.href = `feather://source/${encodeURIComponent(canonicalSourceUrl)}`;
|
||||
window.location.href = `feather://source?url=${encodeURIComponent(canonicalSourceUrl)}`;
|
||||
});
|
||||
|
||||
document.querySelector("[data-action='copy']").addEventListener("click", async () => {
|
||||
|
||||
Reference in New Issue
Block a user