Another small change to the way styles are assigned to authors in the author list on add authors form.

This commit is contained in:
rjy7 2010-08-19 18:35:03 +00:00
parent 03f2cdcf8c
commit d83460bd36
2 changed files with 4 additions and 5 deletions

View file

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