NIHVIVO-1838: Fixed some browser issues in IE 6 and 7
This commit is contained in:
parent
18e4c6dcd8
commit
8019766830
9 changed files with 91 additions and 111 deletions
|
@ -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 entry"]').click(function(){
|
||||
$('#photoUploadDefaultImage a.thumbnail').click(function(){
|
||||
var answer = confirm('Are you sure you want to delete your photo?');
|
||||
return answer;
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue