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:
parent
aba89824f0
commit
d7819b6dd2
|
@ -402,7 +402,6 @@ function setAddShowEvents() {
|
||||||
calculateDuration(endDateTime, startDateTime);
|
calculateDuration(endDateTime, startDateTime);
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
||||||
if($('#cb_custom_auth').attr('checked')){
|
if($('#cb_custom_auth').attr('checked')){
|
||||||
$('#custom_auth_div').show()
|
$('#custom_auth_div').show()
|
||||||
}else{
|
}else{
|
||||||
|
|
Loading…
Reference in New Issue