Skip to content

Commit 56f0d73

Browse files
bugs fix release
1 parent 081ed71 commit 56f0d73

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

bootstrap.html5.fallback.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -241,7 +241,7 @@
241241
o.minView= 3;
242242
o.format=editFormats.monthFormat;
243243
o.forceParse= 0;
244-
o.startDate= enhancer.parse(oNode.getAttribute("min"), true);
244+
o.startDate= enhancer.parse("month", oNode.getAttribute("min"), true);
245245
o.endDate= enhancer.parse("month", oNode.getAttribute("max"), true);
246246
$(fNode).datetimepicker(o).on("changeDate", function(){
247247
var ev = document.createEvent("Event");

bootstrap.html5.fallback.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "bootstrap-html5-fallback",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"homepage": "https://github.com/MvcControlsToolkit/bootstrap-html5-fallback",
55
"description": "bootstrap widgets based html5 inputs fallback",
66
"main": [

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "bootstrap-html5-fallback",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"description": "bootstrap widgets based html5 inputs fallback",
55
"main": "bootstrap.html5.fallback.js",
66
"repository": {

0 commit comments

Comments
 (0)