summaryrefslogtreecommitdiff
path: root/feedlist.js
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2011-10-13 10:45:10 +0400
committerAndrew Dolgov <[email protected]>2011-10-13 10:45:10 +0400
commitd36d86b9af996f5ebba0df79a3b1b2ba411efc55 (patch)
tree74056b74142c476b701a68a0684dabe569526c87 /feedlist.js
parent81f6a572561238bcb7dde8d5a77467cc3920cfb6 (diff)
fix loading more headlines into wrong buffer
Diffstat (limited to 'feedlist.js')
-rw-r--r--feedlist.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/feedlist.js b/feedlist.js
index 70639a8e7..d8dc551d8 100644
--- a/feedlist.js
+++ b/feedlist.js
@@ -13,6 +13,8 @@ function viewCategory(cat) {
function loadMoreHeadlines() {
try {
+ console.log("loadMoreHeadlines");
+
var offset = 0;
var view_mode = document.forms["main_toolbar_form"].view_mode.value;