diff --git a/src/sa_web/static/js/routes.js b/src/sa_web/static/js/routes.js index 4b53637b2..be3469f05 100644 --- a/src/sa_web/static/js/routes.js +++ b/src/sa_web/static/js/routes.js @@ -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