Merge branch 'master' of github.com:gothfox/Tiny-Tiny-RSS

This commit is contained in:
Andrew Dolgov 2013-04-17 08:50:41 +04:00
commit 5e6f0145c8
1 changed files with 1 additions and 1 deletions

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