@@ -48,7 +48,6 @@
, function (data) {
if(!gagajf.isNull(data.clauseContent)) {
$('#prvc_content').html(data.clauseContent.replaceAll('<','<').replaceAll('>', '>').replaceAll('"', '"'));
- $("html, body").animate({scrollTop : $(".modal-header").outerHeight()},100)
}
});
};