mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-19 23:01:29 +00:00
Merge branch 'master' of github.com:gothfox/Tiny-Tiny-RSS
This commit is contained in:
@@ -1076,7 +1076,7 @@ function hash_get(key) {
|
|||||||
kv = window.location.hash.substring(1).toQueryParams();
|
kv = window.location.hash.substring(1).toQueryParams();
|
||||||
return kv[key];
|
return kv[key];
|
||||||
} catch (e) {
|
} catch (e) {
|
||||||
exception_error("hash_set", e);
|
exception_error("hash_get", e);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
function hash_set(key, value) {
|
function hash_set(key, value) {
|
||||||
|
|||||||
Reference in New Issue
Block a user