mention location correctly in exception_error() for viewNextFeedPage

master
Andrew Dolgov 16 years ago
parent 442a9b8c0e
commit 8b36503185

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

Loading…
Cancel
Save