CC-5727 : History search range using incorrect timezone offset (also Nowplaying)
sending the timestamp string back for nowplaying as well. added error class to history page if end is < start.
This commit is contained in:
parent
1854d76f03
commit
8d2926aeed
5 changed files with 129 additions and 66 deletions
|
@ -46,7 +46,8 @@ AIRTIME = (function(AIRTIME) {
|
|||
showLeadingZero: false,
|
||||
defaultTime: '0:00',
|
||||
hourText: $.i18n._("Hour"),
|
||||
minuteText: $.i18n._("Minute")
|
||||
minuteText: $.i18n._("Minute"),
|
||||
onClose: validateTimeRange
|
||||
};
|
||||
|
||||
function setWidgetSize() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue