Keep table page after repository item update

This commit is contained in:
aignatov-bio 2020-07-03 13:45:02 +02:00
parent 6726a19cbe
commit cc1b75644d

View file

@ -106,7 +106,7 @@ var RepositoryDatatableRowEditor = (function() {
animateSpinner(null, false);
HelperModule.flashAlertMsg(data.flash, 'success');
$('html, body').animate({ scrollLeft: 0 }, 300);
});
}, false);
});
$table.on('ajax:error', `.${EDIT_FORM_CLASS_NAME}`, function(ev, data) {