Use Jquery scroll

This commit is contained in:
Urban Rotnik 2020-01-17 16:23:24 +01:00
parent 0437383132
commit f52a2ef5b8

View file

@ -99,13 +99,7 @@ var RepositoryDatatableRowEditor = (function() {
TABLE.ajax.reload(() => {
animateSpinner(null, false);
HelperModule.flashAlertMsg(data.flash, 'success');
setTimeout(() => {
window.scrollTo({
left: 0,
behavior: 'smooth'
});
}, 400);
$('html, body').animate({scrollLeft: 0}, 300);
});
});