Skip to content

Commit

Permalink
Default no page
Browse files Browse the repository at this point in the history
  • Loading branch information
cubehouse committed Apr 24, 2013
1 parent dd6cad4 commit ebe6a39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/config.js
Expand Up @@ -46,7 +46,7 @@ define(["cookies"], function(cookies){
}

// look for saved settings
var maxRows = cookies.get("az4config_maxRows") || 5;
var maxRows = cookies.get("az4config_maxRows") || 1000;
var itemTitle = cookies.get("az4config_itemTitle") || "name";

// basic application settings go here (can be overridden)!
Expand Down

0 comments on commit ebe6a39

Please sign in to comment.