mention location correctly in exception_error() for viewNextFeedPage
This commit is contained in:
parent
442a9b8c0e
commit
8b36503185
|
@ -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);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue