NIHVIVO-646 Fixed reordering bug in Javascript
This commit is contained in:
parent
63c49c180d
commit
9f86aff342
2 changed files with 7 additions and 10 deletions
|
@ -111,7 +111,7 @@ var addAuthorForm = {
|
|||
context: $(this), // context for callback
|
||||
complete: function(request, status) {
|
||||
var authorship = $(this).parents('.authorship'),
|
||||
nextAuthorships = authorship.next(),
|
||||
nextAuthorships = authorship.nextAll(),
|
||||
rank;
|
||||
// author = $(this).siblings('span.author'),
|
||||
// authorLink = author.children('a.authorLink'),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue