mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 23:05:56 +00:00
mention location correctly in exception_error() for viewNextFeedPage
This commit is contained in:
@@ -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);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user