active_frontend 14.0.88 → 14.0.89

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: db36a7ee6e93cb8cacc10edae02d000435576e88
4
- data.tar.gz: 9658e88de35459fbada021e46a6470d7e994dd45
3
+ metadata.gz: 7d91a08052588987d9fa79e3097ca7716460a576
4
+ data.tar.gz: 1e7068db4b019f1521f264b360b0e20f86bf8098
5
5
  SHA512:
6
- metadata.gz: 9eae717c55f03cdc11455c56b084a4b57128f640005c443ffcb678aded353aa5d287253eb34e150d005edc096becbc7b19e0721ded90a0681024aee6cc7a470b
7
- data.tar.gz: 92d2882dd8e457a4ada1b7d26502d615133680a4f4d3b34587c259cc0b8534a9556848fcf9b4cacdbbe70149af1926c56bc1379890ebd5d61edf384fcd0e4e3d
6
+ metadata.gz: 1b46d052dc07ccd15bd0e23f8019f013af575e70fa1fbbbbb956ce449ce08858fe725f3db46a93b931cec208a0c9928527d00685f96f43d9f18c6974e2ef6287
7
+ data.tar.gz: c27afdb0ab4dd6498d36a2baccacb0b410573a6256a1e5201c6e6aa11b3dc276511a006ad8f1db55d35a9ef6d059b3e683a2561a3e626245404415bd6c2a848f
@@ -1,3 +1,3 @@
1
1
  module ActiveFrontend
2
- VERSION = '14.0.88'.freeze
2
+ VERSION = '14.0.89'.freeze
3
3
  end
@@ -22,7 +22,7 @@
22
22
  labels: {
23
23
  time: 'Time',
24
24
  total: 'Total',
25
- weekOf: 'Week of'
25
+ weekOf: 'Week'
26
26
  },
27
27
  emptyPlaceholder: '---',
28
28
  timeInterval: 'monthly',
@@ -47,12 +47,11 @@
47
47
  name = this.monthNames[date.getMonth()];
48
48
  }
49
49
 
50
- return name + ' ' + date.getDate() + ', ' + getYear(date);
50
+ return name + ' ' + date.getDate();
51
51
  },
52
52
  formatWeeklyLabel: function(date, i) {
53
53
  date.setDate(date.getDate() + i * 7);
54
- return this.labels.weekOf + ' ' + i + ' ' + this.shortMonthNames[date.getMonth()] +
55
- ' ' + getYear(date);
54
+ return this.shortMonthNames[date.getMonth()] + ' ' + this.labels.weekOf + ' ' + i;
56
55
  },
57
56
  formatMonthlyLabel: function(date, i) {
58
57
  var name;
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: active_frontend
3
3
  version: !ruby/object:Gem::Version
4
- version: 14.0.88
4
+ version: 14.0.89
5
5
  platform: ruby
6
6
  authors:
7
7
  - Juan Gomez