summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2013-04-17 08:50:41 +0400
committerAndrew Dolgov <[email protected]>2013-04-17 08:50:41 +0400
commit5e6f0145c8a156e122e687a168e9e6505b76e89f (patch)
treed3f36f68caed4c12abad0a002f3dd459f8899495
parent2cbdc95bb00faad46df8976cf9b33e1bc188ec91 (diff)
parent1202d351275ba0f465c516201e6f15c1f4511fe1 (diff)
Merge branch 'master' of github.com:gothfox/Tiny-Tiny-RSS
-rw-r--r--js/tt-rss.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/tt-rss.js b/js/tt-rss.js
index fe12297d4..9a223733f 100644
--- a/js/tt-rss.js
+++ b/js/tt-rss.js
@@ -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) {