changed default number of items on a page to 24

This commit is contained in:
Edin Dazdarevic
2015-05-26 15:04:58 +02:00
parent d23a4c0c0e
commit 850e4a267c

View File

@@ -1,6 +1,6 @@
module.exports = {
ApiUrl: '@@apiEndpoint',
DefaultPageSize: 18,
DefaultPageSize: 24,
ItemGroupIdOfStartPage: "1",
FormatCurrency: function(amount_s) {
var amount = parseFloat(amount_s);