From 358745238d934125c66c07d202bade73cd0ab741 Mon Sep 17 00:00:00 2001 From: Deborah Gertrude Digges Date: Mon, 27 Jul 2015 12:58:20 +0530 Subject: [PATCH] Issue 7: Make date picker work in FF --- index.html | 5 +++++ js/webshim.js | 3 +++ 2 files changed, 8 insertions(+) create mode 100644 js/webshim.js diff --git a/index.html b/index.html index cc0f233..70677ca 100644 --- a/index.html +++ b/index.html @@ -10,6 +10,11 @@ + + + + + diff --git a/js/webshim.js b/js/webshim.js new file mode 100644 index 0000000..3982689 --- /dev/null +++ b/js/webshim.js @@ -0,0 +1,3 @@ +webshims.setOptions('waitReady', false); +webshims.setOptions('forms-ext', {types: 'date'}); +webshims.polyfill('forms forms-ext'); \ No newline at end of file