summaryrefslogtreecommitdiffstats
path: root/js/public/app.js
diff options
context:
space:
mode:
authorBernhard Posselt <dev@bernhard-posselt.com>2013-12-20 23:02:29 +0100
committerBernhard Posselt <dev@bernhard-posselt.com>2013-12-20 23:02:29 +0100
commit13f9849a68bf9d58d30d6dc876d854fbd2df4586 (patch)
tree70f50a7b637cc93367a1220571f1bd6afcc8495a /js/public/app.js
parent0dbcbb6f8b0b89776c24d000840192571e39edbf (diff)
debug
Diffstat (limited to 'js/public/app.js')
-rw-r--r--js/public/app.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/js/public/app.js b/js/public/app.js
index 85044751e..2533ea6c1 100644
--- a/js/public/app.js
+++ b/js/public/app.js
@@ -2786,11 +2786,11 @@ License along with this library. If not, see <http://www.gnu.org/licenses/>.
(function(lastChange, offset) {
return successCallbackWrapper = function(data) {
console.log(data);
- console.log(data.items);
+ console.log(data.data.items);
console.log(offset);
console.log(lastChange);
console.log(_this._lastFeedChange);
- if (data.items.length === 0 && lastChange === _this._lastFeedChange && offset !== 0) {
+ if (data.data.items.length === 0 && lastChange === _this._lastFeedChange && offset !== 0) {
_this._preventUselessAutoPageRequest = true;
}
onSuccess(data);