Change sortable event that triggers author reordering from stop to update.
This commit is contained in:
parent
b01dbf2d54
commit
ce74bfc81e
1 changed files with 1 additions and 1 deletions
|
@ -314,7 +314,7 @@ var addAuthorForm = {
|
||||||
|
|
||||||
authorshipList.sortable({
|
authorshipList.sortable({
|
||||||
cursor: 'move',
|
cursor: 'move',
|
||||||
stop: function(event, ui) {
|
update: function(event, ui) {
|
||||||
addAuthorForm.reorderAuthors(event, ui);
|
addAuthorForm.reorderAuthors(event, ui);
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
Loading…
Add table
Reference in a new issue