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
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