From f51a02005cb4248dcbd033010255668317f342f3 Mon Sep 17 00:00:00 2001 From: Alexis M Date: Fri, 18 Oct 2019 19:39:14 +0200 Subject: Remove jQuery datepicker. We don't need this anymore because all major browser now have implemented that feature on the browser itself. Closes #221. --- ihatemoney/static/js/locales/bootstrap-datepicker.fr.min.js | 1 - 1 file changed, 1 deletion(-) delete mode 100644 ihatemoney/static/js/locales/bootstrap-datepicker.fr.min.js (limited to 'ihatemoney/static/js/locales') diff --git a/ihatemoney/static/js/locales/bootstrap-datepicker.fr.min.js b/ihatemoney/static/js/locales/bootstrap-datepicker.fr.min.js deleted file mode 100644 index 244cfba..0000000 --- a/ihatemoney/static/js/locales/bootstrap-datepicker.fr.min.js +++ /dev/null @@ -1 +0,0 @@ -!function(a){a.fn.datepicker.dates.fr={days:["dimanche","lundi","mardi","mercredi","jeudi","vendredi","samedi"],daysShort:["dim.","lun.","mar.","mer.","jeu.","ven.","sam."],daysMin:["d","l","ma","me","j","v","s"],months:["janvier","février","mars","avril","mai","juin","juillet","août","septembre","octobre","novembre","décembre"],monthsShort:["janv.","févr.","mars","avril","mai","juin","juil.","août","sept.","oct.","nov.","déc."],today:"Aujourd'hui",monthsTitle:"Mois",clear:"Effacer",weekStart:1,format:"dd/mm/yyyy"}}(jQuery); \ No newline at end of file -- cgit v1.1