Skip to content

Commit

Permalink
Merge pull request #383 from GeographicaGS/alvarororodriguez/ch41927/…
Browse files Browse the repository at this point in the history
…upload-guadalajara-indicators-for-april-2019

Cherrypick 2efebc - updating guadalajara to april 2019
  • Loading branch information
MARIOMANUEL authored May 20, 2019
2 parents 6980379 + 7b1790c commit 95f6ebe
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 @@ -221,7 +221,7 @@ App.View.Dashboard = Backbone.View.extend({
'className': 'lvigauge',
'var_id': 'waste.ilv.indicator',
// 'timeinstant':timeinstant
'date': scope === 'guadalajara' ? new Date(2019, 2, 1) : new Date(2016, 7, 1),
'date': scope === 'guadalajara' ? new Date(2019, 3, 1) : new Date(2018, 7, 1),
'url': '/' + scope + '/waste/indicators',
'extra_info': {
'unit': '%',
Expand Down

0 comments on commit 95f6ebe

Please sign in to comment.