NIHVIVO-1071 Changed title attributes of edit links to use "entry" instead of "relationship". imageUploadUtils.js was updated only to reflect this change, but still needs work to resolve the bug described in NIHVIVO-1776

This commit is contained in:
nac26 2011-01-18 12:23:02 +00:00
parent c3fa7734f1
commit c27938d19b
2 changed files with 4 additions and 4 deletions

View file

@ -3,7 +3,7 @@
$(document).ready(function(){
// Confirmation alert for photo deletion in image upload and individual templates
$('#photoUploadDefaultImage a.thumbnail,#share-contact a[title="delete this relationship"]').click(function(){
$('#photoUploadDefaultImage a.thumbnail,#share-contact a[title="delete this entry"]').click(function(){
var answer = confirm('Are you sure you want to delete your photo?');
return answer;
});