Merge branch 'master' of github.com:pinry/pinry

This commit is contained in:
Isaac Bythewood
2013-03-21 01:43:35 +00:00
2 changed files with 4 additions and 4 deletions

View File

@@ -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 = (

View File

@@ -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;
}