From 34fe6f144bbc1f47270f165a9a0106695f36b0a4 Mon Sep 17 00:00:00 2001 From: Gwenhael Le Moine Date: Fri, 15 May 2015 09:22:34 +0200 Subject: [PATCH] adjust food and transport score --- public/app/js/controllers/DashboardCtrl.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/app/js/controllers/DashboardCtrl.js b/public/app/js/controllers/DashboardCtrl.js index 80adc5b2..b0359903 100644 --- a/public/app/js/controllers/DashboardCtrl.js +++ b/public/app/js/controllers/DashboardCtrl.js @@ -35,7 +35,7 @@ app.controller( 'DashboardCtrl', } else if ( account.match( /^Expenses:Car/ ) ) { return 4; } else if ( account.match( /^Expenses:(Food|Transport)/ ) ) { - return 6; + return 5; } else if ( account.match( /^Expenses:(Shopping|Leisure)/ ) ) { return 9; } else if ( account.match( /^Expenses:Gadgets/ ) ) {