Skip to content

Commit

Permalink
updated datetimepicker to 2.4.4 - fixes issue reported for gwtbootstr…
Browse files Browse the repository at this point in the history
  • Loading branch information
michalroszko committed Oct 5, 2017
1 parent 5eafce1 commit 0bdfdcc
Show file tree
Hide file tree
Showing 50 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ public interface DateTimePickerClientBundle extends ClientBundle {

static final DateTimePickerClientBundle INSTANCE = GWT.create(DateTimePickerClientBundle.class);

static final String VERSION = "2.3.11";
static final String VERSION = "2.4.4";
static final String I18N_DIR = "resource/js/locales-" + VERSION + "/";

@Source("resource/js/bootstrap-datetimepicker-" + VERSION + ".min.cache.js")
Expand Down

This file was deleted.

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
months: ["Janeiro", "Fevereiro", "Março", "Abril", "Maio", "Junho", "Julho", "Agosto", "Setembro", "Outubro", "Novembro", "Dezembro"],
monthsShort: ["Jan", "Fev", "Mar", "Abr", "Mai", "Jun", "Jul", "Ago", "Set", "Out", "Nov", "Dez"],
suffix: [],
meridiem: ["am","pm"],
meridiem: [],
today: "Hoje"
};
}(jQuery));

0 comments on commit 0bdfdcc

Please sign in to comment.