1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-24 03:11:29 +00:00

Merge pull request #159 from supahgreg/master

minor typo fix in hash_get()
This commit is contained in:
Andrew Dolgov
2013-04-16 21:09:25 -07:00

View File

@@ -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) {