Skip to content

Commit

Permalink
Merge pull request #416 from GeographicaGS/alvarorodriguez/ch44100/up…
Browse files Browse the repository at this point in the history
…load-guadalajara-indicators-for-may-2019

added may
  • Loading branch information
MARIOMANUEL authored Jun 13, 2019
2 parents 1273e9f + 69fb6c5 commit b2c599b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/js/View/DashboardView.deprecated.js
Original file line number Diff line number Diff line change
Expand Up @@ -342,7 +342,7 @@ App.View.Dashboard = Backbone.View.extend({
'className': 'lvigauge',
'var_id': 'waste.ilv.indicator',
// 'timeinstant':timeinstant
'date': scope === 'guadalajara' ? new Date(2019, 3, 1) : new Date(2018, 7, 1),
'date': scope === 'guadalajara' ? new Date(2019, 4, 1) : new Date(2018, 7, 1),
'url': '/' + scope + '/waste/indicators',
'extra_info': {
'unit': '%',
Expand Down

0 comments on commit b2c599b

Please sign in to comment.