Skip to content
This repository has been archived by the owner on Nov 15, 2019. It is now read-only.

Commit

Permalink
Merge pull request #343 from michalroszko/master
Browse files Browse the repository at this point in the history
updated datetimepicker to 2.4.4
  • Loading branch information
sjardine authored Oct 16, 2017
2 parents c951627 + c4286aa commit 79df7af
Show file tree
Hide file tree
Showing 51 changed files with 5 additions and 5 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
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@
-->
<module>
<public path="resource">
<include name="css/bootstrap-datetimepicker-2.3.11.min.cache.css"/>
<include name="css/bootstrap-datetimepicker-2.4.4.min.cache.css"/>
</public>

<stylesheet src="css/bootstrap-datetimepicker-2.3.11.min.cache.css"/>
<stylesheet src="css/bootstrap-datetimepicker-2.4.4.min.cache.css"/>
</module>

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 79df7af

Please sign in to comment.