diff --git a/productMods/edit/forms/js/addAuthorsToInformationResource.js b/productMods/edit/forms/js/addAuthorsToInformationResource.js index 64b12471..4711351c 100644 --- a/productMods/edit/forms/js/addAuthorsToInformationResource.js +++ b/productMods/edit/forms/js/addAuthorsToInformationResource.js @@ -528,8 +528,11 @@ var addAuthorForm = { removeAuthorship: function(link) { // RY Upgrade this to a modal window + + authorName = $(link).prev().children().text(); + var removeLast = false, - message = 'Are you sure you want to remove this author?'; + message = 'Are you sure you want to remove this author:\n\n' + authorName + ' ?\n\n'; if (!confirm(message)) { return false;