minor typo fix in hash_get()
This commit is contained in:
parent
7a51032cab
commit
3cc5a3cd43
1 changed files with 1 additions and 1 deletions
|
@ -1076,7 +1076,7 @@ function hash_get(key) {
|
|||
kv = window.location.hash.substring(1).toQueryParams();
|
||||
return kv[key];
|
||||
} catch (e) {
|
||||
exception_error("hash_set", e);
|
||||
exception_error("hash_get", e);
|
||||
}
|
||||
}
|
||||
function hash_set(key, value) {
|
||||
|
|
Loading…
Reference in a new issue