NIHVIVO-646 Fixed reordering bug in Javascript

This commit is contained in:
rjy7 2010-07-02 19:34:36 +00:00
parent 63c49c180d
commit 9f86aff342
2 changed files with 7 additions and 10 deletions

View file

@ -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'),