Skip to content

Commit

Permalink
Reducing down to 5 pages max.
Browse files Browse the repository at this point in the history
  • Loading branch information
Irene Ros committed Jan 25, 2012
1 parent 08328a7 commit 9435ecf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/application.js
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jQuery(function($) {

// create a holder for startups
ALT.app.startupCollection = new ST.Collections.Startups([], {
page_max: 10,
page_max: 5,
pages_attribute: "last_page"
});

Expand Down

0 comments on commit 9435ecf

Please sign in to comment.