1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-13 21:25:55 +00:00

mention location correctly in exception_error() for viewNextFeedPage

This commit is contained in:
Andrew Dolgov
2008-05-18 07:04:14 +01:00
parent 442a9b8c0e
commit 8b36503185

View File

@@ -29,7 +29,7 @@ function viewNextFeedPage() {
undefined, _feed_cur_page+1); undefined, _feed_cur_page+1);
} catch (e) { } catch (e) {
exception_error("viewFeedGoPage", e); exception_error("viewNextFeedPage", e);
} }
} }