Skip to content

Commit

Permalink
Allow overriding of the places page size
Browse files Browse the repository at this point in the history
  • Loading branch information
mjumbewu authored and atogle committed Oct 24, 2013
1 parent 9d37b48 commit 4e24274
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sa_web/static/js/routes.js
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ var Shareabouts = Shareabouts || {};
// Use the page size as dictated by the server by default, unless
// directed to do otherwise in the configuration.
if (options.config.app.places_page_size) {
placeParams['page_size'] = options.config.app.places_page_size;
placeParams.page_size = options.config.app.places_page_size;
}

// Fetch all places by page
Expand Down

0 comments on commit 4e24274

Please sign in to comment.