CC-4836: Playlist length is wrong because wrong cue out setting.
- fixed
This commit is contained in:
parent
cf09175ff1
commit
0eb5fb51b6
1 changed files with 2 additions and 2 deletions
|
@ -74,7 +74,7 @@ var AIRTIME = (function(AIRTIME){
|
||||||
type = $('#obj_type').val();
|
type = $('#obj_type').val();
|
||||||
|
|
||||||
if (!isTimeValid(cueIn)){
|
if (!isTimeValid(cueIn)){
|
||||||
showError(span, $.i18n("please put in a time '00:00:00 (.0)'"));
|
showError(span, $.i18n._("please put in a time '00:00:00 (.0)'"));
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
$.post(url,
|
$.post(url,
|
||||||
|
@ -111,7 +111,7 @@ var AIRTIME = (function(AIRTIME){
|
||||||
type = $('#obj_type').val();
|
type = $('#obj_type').val();
|
||||||
|
|
||||||
if (!isTimeValid(cueOut)){
|
if (!isTimeValid(cueOut)){
|
||||||
showError(span, $.i18n("please put in a time '00:00:00 (.0)'"));
|
showError(span, $.i18n._("please put in a time '00:00:00 (.0)'"));
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue