Another small change to the way styles are assigned to authors in the author list on add authors form.
This commit is contained in:
parent
03f2cdcf8c
commit
d83460bd36
2 changed files with 4 additions and 5 deletions
|
@ -308,8 +308,6 @@ var addAuthorForm = {
|
|||
return;
|
||||
}
|
||||
|
||||
authorships.addClass('dd');
|
||||
|
||||
$('.authorNameWrapper').each(function() {
|
||||
$(this).attr('title', 'Drag and drop to reorder authors');
|
||||
});
|
||||
|
@ -662,8 +660,6 @@ var addAuthorForm = {
|
|||
|
||||
authorships.sortable({ disable: true } );
|
||||
authorships.removeClass('dd');
|
||||
|
||||
authorship.removeClass('dd');
|
||||
|
||||
authorNameWrapper.removeAttr('title');
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue