Popravek dodajanja kalkulacij v popupu (scroll na dno)
This commit is contained in:
parent
29388cba65
commit
05369de39e
@ -1672,8 +1672,7 @@ function calculation_add(condition, operator, vrednost) {
|
|||||||
noupdate: __vnosi + __analiza,
|
noupdate: __vnosi + __analiza,
|
||||||
anketa: srv_meta_anketa_id
|
anketa: srv_meta_anketa_id
|
||||||
}, function () {
|
}, function () {
|
||||||
$("#calculation_editing_inner").attr({scrollTop: $("#calculation_editing_inner").attr("scrollHeight")});
|
$(".calculation_editing_body").animate({ scrollTop: $('.calculation_editing_body').prop("scrollHeight")}, 1000);
|
||||||
$('#calculation_editing_inner').scroll();
|
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user