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