Skip to content

Commit bd0efda

Browse files
committed
note the local patch in both jquery-dateFormat files
1 parent 3c783cc commit bd0efda

2 files changed

Lines changed: 22 additions & 0 deletions

File tree

‎core/webapp/internal/jQuery/jquery-dateFormat.js‎

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
/*
2+
* jquery-dateFormat 18-05-2015
3+
*
4+
* LabKey patch - this file differs from the upstream release. Re-apply on upgrade, and keep it in sync with
5+
* jquery-dateFormat.min.js.
6+
*
7+
* parseTime() split the whole time string on ':', so a timezone label containing a colon (Firefox renders
8+
* Pacific/Honolulu as 'GMT-10:00') yielded four parts instead of three and the time fell back to 00:00. The
9+
* label is now stripped before the split - see the comment at that line below.
10+
*
11+
* Covered by core/src/client/internal/jqueryDateFormat.test.ts.
12+
*/
113
var DateFormat = {};
214

315
(function($) {

‎core/webapp/internal/jQuery/jquery-dateFormat.min.js‎

Lines changed: 10 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)