CC-3489: Live Stream: When Custom Auth check box is checked, Custom

Username and Custom Password field must be required

- fixed spacing
This commit is contained in:
James 2012-03-26 17:21:13 -04:00
parent aba89824f0
commit d7819b6dd2
1 changed files with 10 additions and 11 deletions

View File

@ -402,7 +402,6 @@ function setAddShowEvents() {
calculateDuration(endDateTime, startDateTime);
});
if($('#cb_custom_auth').attr('checked')){
$('#custom_auth_div').show()
}else{