1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-13 18:45:56 +00:00

minor typo fix in hash_get()

This commit is contained in:
supahgreg
2013-04-16 20:08:17 -05:00
parent 7a51032cab
commit 3cc5a3cd43

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