summaryrefslogtreecommitdiff
path: root/static
diff options
context:
space:
mode:
authorRené 'Necoro' Neumann <necoro@necoro.eu>2020-01-12 00:24:47 +0100
committerRené 'Necoro' Neumann <necoro@necoro.eu>2020-01-12 00:24:47 +0100
commit9ec5cdfea4bb85f335b237bebe4a026611184b7f (patch)
tree69b8f291e74cd0179cac8f6900e3f8020d5b5e07 /static
parentc1c0602d583436b700a004d8c135cb9e2050d8fe (diff)
downloadkosten-9ec5cdfea4bb85f335b237bebe4a026611184b7f.tar.gz
kosten-9ec5cdfea4bb85f335b237bebe4a026611184b7f.tar.bz2
kosten-9ec5cdfea4bb85f335b237bebe4a026611184b7f.zip
Use HTML5 Datepicker
Diffstat (limited to 'static')
-rw-r--r--static/js/kosten.js10
1 files changed, 0 insertions, 10 deletions
diff --git a/static/js/kosten.js b/static/js/kosten.js
index a3bb3b6..3821283 100644
--- a/static/js/kosten.js
+++ b/static/js/kosten.js
@@ -66,16 +66,6 @@ let searchController = function() {
$(searchController);
-var addJS = jq(() => {
- const datepicker = $('input[name=date]');
- datepicker.datepicker({
- dateFormat: 'dd.mm.yy',
- firstDay: 1
- });
-
- datepicker.blur(() => extendDate(datepicker));
-});
-
var showJS = jq(() => {
setLang();