From: supahgreg Date: Wed, 17 Apr 2013 01:08:17 +0000 (-0500) Subject: minor typo fix in hash_get() X-Git-Tag: 1.7.9~25^2~183^2^2 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=3cc5a3cd43be77b64e395d8a9178814330505ce2;p=tt-rss.git minor typo fix in hash_get() --- diff --git a/js/tt-rss.js b/js/tt-rss.js index fe12297d..9a223733 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) {