From 1628b7740559dbba07b81910d8b7924c22f3c3a1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Peter=20Ben=CC=8Co?= Date: Wed, 12 Oct 2016 09:06:47 +0200 Subject: [PATCH] update example, bump to new version --- bower.json | 2 +- example.html | 10 +++++----- package.json | 2 +- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/bower.json b/bower.json index 4ccb086..9206d4a 100755 --- a/bower.json +++ b/bower.json @@ -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 " diff --git a/example.html b/example.html index 2aa0c14..e2a3963 100755 --- a/example.html +++ b/example.html @@ -476,16 +476,16 @@

}); - - - - 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 }); diff --git a/package.json b/package.json index 28db7c8..1e06bda 100755 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "foundation-datepicker", - "version": "1.5.4", + "version": "1.5.5", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" },