Skip to content

Commit

Permalink
update example, bump to new version
Browse files Browse the repository at this point in the history
  • Loading branch information
najlepsiwebdesigner committed Oct 12, 2016
1 parent a12a13c commit 1628b77
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "foundation-datepicker",
"version": "1.5.4",
"version": "1.5.5",
"homepage": "https://github.com/najlepsiwebdesigner/foundation-datepicker",
"authors": [
"Peter Beňo <[email protected]>"
Expand Down
10 changes: 5 additions & 5 deletions example.html
Original file line number Diff line number Diff line change
Expand Up @@ -476,16 +476,16 @@ <h4>
});






window.prettyPrint && prettyPrint();
$('#dp1').fdatepicker({
initialDate: '02-12-1989',
format: 'mm-dd-yyyy',
// keyboardNavigation: false,
disableDblClickSelection: true
disableDblClickSelection: true,
leftArrow:'<<',
rightArrow:'>>',
closeIcon:'X',
closeButton: true
// autoShow: false
});

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": "foundation-datepicker",
"version": "1.5.4",
"version": "1.5.5",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
Expand Down

0 comments on commit 1628b77

Please sign in to comment.