Opened 5 years ago
Last modified 5 years ago
#15291 new bug
Invalid "inline if" in datepicker source
Reported by: | actricom | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | none |
Component: | ui.datepicker | Version: | 1.12.1 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description (last modified by )
Within the datepicker _setDateFromField function there is this code
dates = inst.lastVal = inst.input ? inst.input.val() : null
I assume it should be
dates = inst.lastVal == inst.input ? inst.input.val() : null
EDIT: SORRY GUYS - PLEASE IGNORE ME - THE ORIGINAL LINE IS CORRECT AFTER ALL.
Change History (2)
comment:1 Changed 5 years ago by
Description: | modified (diff) |
---|
comment:2 Changed 5 years ago by
Description: | modified (diff) |
---|
Note: See
TracTickets for help on using
tickets.