Address @sam
Build Mumble Web 2 / linux_build (push) Successful in 1m33s
Build Mumble Web 2 / windows_build (push) Successful in 2m23s
Build Mumble Web 2 release builder containers / windows-release-builder-container-build (push) Successful in 14s

This commit was merged in pull request #11.
This commit is contained in:
2026-01-10 16:19:24 -07:00
committed by Samuel Warfield
parent af35d72e4e
commit 4abb130a77
3 changed files with 11 additions and 3 deletions
+4
View File
@@ -412,6 +412,10 @@ pub fn load_username() -> Option<String> {
.ok()?
}
pub fn load_server_url() -> Option<String> {
None
}
pub fn absolute_url(path: &str) -> Result<Url, Error> {
let window: web_sys::Window = web_sys::window().expect("no global `window` exists");
let location = window.location();