mirror of
https://github.com/Nystik-gh/ignis.git
synced 2026-06-17 04:35:53 +00:00
path rewrite for workspace
This commit is contained in:
@@ -8,6 +8,7 @@ function resolveVaultId() {
|
||||
const urlParams = new URLSearchParams(window.location.search);
|
||||
window.__currentVaultId =
|
||||
urlParams.get("vault") || localStorage.getItem("last-vault") || "";
|
||||
window.__workspaceName = urlParams.get("workspace") || "";
|
||||
}
|
||||
|
||||
function initVaultConfig() {
|
||||
|
||||
Reference in New Issue
Block a user