mirror of
https://github.com/mickael-kerjean/filestash.git
synced 2025-11-02 03:54:59 +08:00
feature (tags): revamp data model and storage
This commit is contained in:
@ -40,6 +40,11 @@ export function currentShare() {
|
||||
return findParams("share");
|
||||
}
|
||||
|
||||
export function currentBackend() {
|
||||
return "";
|
||||
}
|
||||
|
||||
|
||||
export function findParams(p) {
|
||||
return new window.URL(location.href).searchParams.get(p) || "";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user