Browse Source

Increase page size.

tags/v0.5.1
Isaac Bythewood 12 years ago
parent
commit
6cdb7c955e
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      pinry/core/static/core/js/pinry.js

+ 1
- 1
pinry/core/static/core/js/pinry.js View File

@@ -50,7 +50,7 @@ function loadData(tag) {
else $('.tags').html('');
}

var loadURL = apiURL+(page*20);
var loadURL = apiURL+(page*30);
if (globalTag !== null) loadURL += "&tag=" + tag;
$.ajax({


Loading…
Cancel
Save