Fixed bug #440609 (Javascript error on left frame (IE4.0))
This commit is contained in:
2
left.js
2
left.js
@@ -179,7 +179,7 @@ function expandBase(el, unexpand)
|
|||||||
} // end of the DOM case
|
} // end of the DOM case
|
||||||
else if (isIE4) {
|
else if (isIE4) {
|
||||||
var whichEl = document.all(el + 'Child');
|
var whichEl = document.all(el + 'Child');
|
||||||
var whichIm = document.images.item(el + 'Child');
|
var whichIm = document.images.item(el + 'Img');
|
||||||
if (whichEl.style.display == 'none') {
|
if (whichEl.style.display == 'none') {
|
||||||
whichEl.style.display = 'block';
|
whichEl.style.display = 'block';
|
||||||
whichIm.src = imgOpened.src;
|
whichIm.src = imgOpened.src;
|
||||||
|
Reference in New Issue
Block a user