#6734 closed bug (fixed)
Datepicker i18n: Problem with JavascriptPacker
Reported by: | juergen.furrer | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | 1.8.13 |
Component: | ui.datepicker | Version: | 1.8.6 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
There are some languagefiles with hidden whitespaces. If you open ui.datepicker-de.js in nano (Linux) you will see the whitespace
Heres a List of all files with this hidden whitespace: ui.datepicker-af.js ui.datepicker-ar.js ui.datepicker-az.js ui.datepicker-bg.js ui.datepicker-bs.js ui.datepicker-cs.js ui.datepicker-da.js ui.datepicker-de.js ui.datepicker-el.js ui.datepicker-en-GB.js ui.datepicker-eo.js ui.datepicker-et.js ui.datepicker-eu.js ui.datepicker-fa.js ui.datepicker-fo.js ui.datepicker-fr.js ui.datepicker-fr-CH.js ui.datepicker-he.js ui.datepicker-hr.js ui.datepicker-ja.js ui.datepicker-nl.js ui.datepicker-ro.js ui.datepicker-sq.js ui.datepicker-sr.js ui.datepicker-sr-SR.js ui.datepicker-sv.js ui.datepicker-ta.js ui.datepicker-th.js ui.datepicker-vi.js ui.datepicker-zh-TW.js
Change History (6)
comment:1 Changed 12 years ago by
Component: | ui.core → ui.datepicker |
---|---|
Status: | new → open |
Summary: | Problem with JavascriptPacker → Datepicker i18n: Problem with JavascriptPacker |
comment:2 Changed 12 years ago by
comment:3 Changed 12 years ago by
Resolution: | → fixed |
---|---|
Status: | open → closed |
Datepicker: Remove BOM. Fixed #6734 - Datepicker i18n: Problem with JavascriptPacker.
Changeset: f505de68fd7a0f8be70b0ccf97bb9b75b610d8e6
comment:4 Changed 12 years ago by
Merge pull request #202 from kzys/trac-6734
Fixed #6734 - Datepicker i18n: Problem with JavascriptPacker.
Changeset: 0678d604a3cdfb6cb557c7f3d4be5ffb3c281e22
comment:5 Changed 12 years ago by
Datepicker: Remove BOM. Fixed #6734 - Datepicker i18n: Problem with JavascriptPacker. (cherry picked from commit f505de68fd7a0f8be70b0ccf97bb9b75b610d8e6)
Changeset: 0d0addee1621f231a6f8b9bc33c087f70cd5628b
comment:6 Changed 12 years ago by
Milestone: | 1.9 → 1.8.13 |
---|
I've sent a pull request at https://github.com/jquery/jquery-ui/pull/202.