Skip to content

Commit

Permalink
bugs fix release
Browse files Browse the repository at this point in the history
  • Loading branch information
frankabbruzzese committed Jul 17, 2016
1 parent 081ed71 commit 56f0d73
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion bootstrap.html5.fallback.js
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,7 @@
o.minView= 3;
o.format=editFormats.monthFormat;
o.forceParse= 0;
o.startDate= enhancer.parse(oNode.getAttribute("min"), true);
o.startDate= enhancer.parse("month", oNode.getAttribute("min"), true);
o.endDate= enhancer.parse("month", oNode.getAttribute("max"), true);
$(fNode).datetimepicker(o).on("changeDate", function(){
var ev = document.createEvent("Event");
Expand Down
2 changes: 1 addition & 1 deletion bootstrap.html5.fallback.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "bootstrap-html5-fallback",
"version": "1.0.0",
"version": "1.0.1",
"homepage": "https://github.com/MvcControlsToolkit/bootstrap-html5-fallback",
"description": "bootstrap widgets based html5 inputs fallback",
"main": [
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "bootstrap-html5-fallback",
"version": "1.0.0",
"version": "1.0.1",
"description": "bootstrap widgets based html5 inputs fallback",
"main": "bootstrap.html5.fallback.js",
"repository": {
Expand Down

0 comments on commit 56f0d73

Please sign in to comment.