diff options
Diffstat (limited to 'static')
-rw-r--r-- | static/ui.js | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/static/ui.js b/static/ui.js index b767e8f..35f34e5 100644 --- a/static/ui.js +++ b/static/ui.js @@ -260,7 +260,7 @@ var ItemCollection = Backbone.Collection.extend({ url = url + '&read_filter=all'; } - console.log('fetching from ', url); + // console.log('fetching from ', url); var t = this; $.getJSON(url, function(data) { @@ -273,6 +273,7 @@ var ItemCollection = Backbone.Collection.extend({ App.set('selectedIndex', 0); } }); + console.log("items ", items) if(items.length == 0) { App.nomore = true; } |