diff options
author | Raphael Kabo <raphaelkabo@hey.com> | 2024-02-27 13:43:18 +0000 |
---|---|---|
committer | Raphael Kabo <raphaelkabo@hey.com> | 2024-02-27 13:43:18 +0000 |
commit | 91fc14cffcc1d81c02cea272a9eca1d5172f56ba (patch) | |
tree | 94f04679f8faf3b215d3c25f5ed3a93387136ac2 /public/js/i18n/datepicker.en.js | |
parent | 4e60f91f3e87b63cfc6e20149d7a876bd6a538fe (diff) |
housekeeping: remove unused CSS and JS
Diffstat (limited to 'public/js/i18n/datepicker.en.js')
-rwxr-xr-x | public/js/i18n/datepicker.en.js | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/public/js/i18n/datepicker.en.js b/public/js/i18n/datepicker.en.js deleted file mode 100755 index 32072f6..0000000 --- a/public/js/i18n/datepicker.en.js +++ /dev/null @@ -1,12 +0,0 @@ -;(function ($) { $.fn.datepicker.language['en'] = { - days: ['Sunday', 'Monday', 'Tuesday', 'Wednesday', 'Thursday', 'Friday', 'Saturday'], - daysShort: ['Sun', 'Mon', 'Tue', 'Wed', 'Thu', 'Fri', 'Sat'], - daysMin: ['Su', 'Mo', 'Tu', 'We', 'Th', 'Fr', 'Sa'], - months: ['January','February','March','April','May','June', 'July','August','September','October','November','December'], - monthsShort: ['Jan', 'Feb', 'Mar', 'Apr', 'May', 'Jun', 'Jul', 'Aug', 'Sep', 'Oct', 'Nov', 'Dec'], - today: 'Today', - clear: 'Clear', - dateFormat: 'mm/dd/yyyy', - timeFormat: 'hh:ii aa', - firstDay: 0 -}; })(jQuery);
\ No newline at end of file |