This website works better with JavaScript.
Home
Help
Sign In
heuzef
/
pinry
mirror of
https://github.com/pinry/pinry.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
44
Wiki
Activity
Browse Source
Increase page size.
tags/v0.5.1
Isaac Bythewood
12 years ago
parent
c1b268312b
commit
6cdb7c955e
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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*
2
0);
var loadURL = apiURL+(page*
3
0);
if (globalTag !== null) loadURL += "&tag=" + tag;
$.ajax({
Write
Preview
Loading…
Cancel
Save