Alertify
alertify.set({labels:{ok: B1,cancel : "Cancelar"},delay:2000,buttonReverse:true,buttonFocus:"ok"});
alertify.confirm(T1, function (e) {
if (e) {
//alertify.success("Aceptó la solicitud");
var DatoCombo2= ($("#Tipo_Opera").jqxComboBox('val'));
if(DatoCombo2!=='SEBRA ENTRADA (CREDITO)' && DatoCombo2!=='SEBRA ENTRADA (P25)'){
if ($('#ObservacionesIntsruccion').jqxTextArea('val')=="") {
$('#CheckBoxObservaciones').jqxCheckBox('val', true);
};
};
Guardar_Adjunto_Soporte();
} else {
alertify.error("Canceló la solicitud");
}
});