mirror of
https://github.com/pinry/pinry.git
synced 2026-01-30 02:59:21 +01:00
Merge branch 'master' of github.com:pinry/pinry
This commit is contained in:
@@ -73,7 +73,7 @@ MESSAGE_TAGS = {
|
||||
messages.SUCCESS: 'alert alert-success',
|
||||
messages.INFO: 'alert alert-info',
|
||||
}
|
||||
API_LIMIT_PER_PAGE = 30
|
||||
API_LIMIT_PER_PAGE = 50
|
||||
|
||||
|
||||
INSTALLED_APPS = (
|
||||
|
||||
@@ -136,10 +136,10 @@ $(window).load(function() {
|
||||
$('body').append(theEnd);
|
||||
}
|
||||
}
|
||||
|
||||
// Up our offset, it's currently defined as 30 in our settings
|
||||
offset += apiLimitPerPage;
|
||||
});
|
||||
|
||||
// Up our offset, it's currently defined as 50 in our settings
|
||||
offset += apiLimitPerPage;
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user