summaryrefslogtreecommitdiffstats
path: root/js/public/app.js
diff options
context:
space:
mode:
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);