CC-4836: Playlist length is wrong because wrong cue out setting.

- fixed
This commit is contained in:
James 2013-01-14 14:49:06 -05:00
parent cf09175ff1
commit 0eb5fb51b6

View file

@ -74,7 +74,7 @@ var AIRTIME = (function(AIRTIME){
type = $('#obj_type').val();
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;
}
$.post(url,
@ -111,7 +111,7 @@ var AIRTIME = (function(AIRTIME){
type = $('#obj_type').val();
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;
}