mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-01-01 13:13:22 +08:00
Keep table page after repository item update
This commit is contained in:
parent
6726a19cbe
commit
cc1b75644d
1 changed files with 1 additions and 1 deletions
|
@ -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) {
|
||||
|
|
Loading…
Reference in a new issue