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;
|
||||
});
|
||||
|
|
2
webapp/web/js/jquery_plugins/supersleight.js
vendored
2
webapp/web/js/jquery_plugins/supersleight.js
vendored
|
@ -7,7 +7,7 @@ var supersleight = function() {
|
|||
var root = false;
|
||||
var applyPositioning = true;
|
||||
// path to a transparent GIF image
|
||||
var shim = '../images/x.gif';
|
||||
var shim = './images/x.gif';
|
||||
|
||||
var fnLoadPngs = function() {
|
||||
// if supersleight.limitTo called, limit to specified id
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue