You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kibble.apache.org by hu...@apache.org on 2019/06/10 19:42:44 UTC

[kibble] branch master updated: Regen JS

This is an automated email from the ASF dual-hosted git repository.

humbedooh pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/kibble.git


The following commit(s) were added to refs/heads/master by this push:
     new 3c2da7e  Regen JS
3c2da7e is described below

commit 3c2da7efb1cbb0bc99979f03c2e251fbcaf39de9
Author: Daniel Gruno <hu...@apache.org>
AuthorDate: Mon Jun 10 21:42:27 2019 +0200

    Regen JS
---
 ui/js/kibble.v1.js | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/ui/js/kibble.v1.js b/ui/js/kibble.v1.js
index 1c70990..a4a5abf 100644
--- a/ui/js/kibble.v1.js
+++ b/ui/js/kibble.v1.js
@@ -1,4 +1,4 @@
-// Generated by CoffeeScript 1.12.8
+// Generated by CoffeeScript 1.12.7
 var API, APIVERSION, Chart, HTML, Row, Widget, aSourceTypes, accountCallback, addSourceType, addSources, addorguser, addsources, affiliate, affiliation, affiliationWizard, altemail, app, badModal, bio, chartOnclick, chartToSvg, chartWrapperButtons, charts_donutchart, charts_gaugechart, charts_linechart, charts_linechart_stacked, charts_linked, charts_punchcard, charts_radarchart, ciexplorer, cog, comShow, comstat, copyCSS, currentSources, dataTable, datepicker, datepickers, defaultOrgCha [...]
   indexOf = [].indexOf || function(item) { for (var i = 0, l = this.length; i < l; i++) { if (i in this && this[i] === item) return i; } return -1; };
 
@@ -1646,7 +1646,7 @@ datepicker = function(widget) {
     startDate: globArgs.from ? moment(new Date(globArgs.from * 1000)) : moment().subtract(6, 'months'),
     endDate: globArgs.to ? moment(new Date(globArgs.to * 1000)) : moment(),
     minDate: '1970-01-01',
-    maxDate: '2020-01-01',
+    maxDate: moment().add(2, 'years').format('YYYY-01-01'),
     dateLimit: {
       days: 365
     },