208357 - image manager menuitem needs to be removed for ns builds on mac osx. r=sgehani, sr=jag

This commit is contained in:
shliang%netscape.com 2003-06-05 03:49:48 +00:00
Родитель b52bb5096a
Коммит edb10709d3
2 изменённых файлов: 2 добавлений и 8 удалений

Просмотреть файл

@ -40,10 +40,7 @@
// Remove the image entries from the task menu
function HideImage() {
var element;
element = document.getElementById("image");
element.setAttribute("style","display: none;" );
element.setAttribute("disabled","true" );
document.getElementById("image").hidden = true;
}
// for some unexplainable reason, CheckForImage() keeps getting called repeatedly

Просмотреть файл

@ -40,10 +40,7 @@
// Remove the image entries from the task menu
function HideImage() {
var element;
element = document.getElementById("image");
element.setAttribute("style","display: none;" );
element.setAttribute("disabled","true" );
document.getElementById("image").hidden = true;
}
// for some unexplainable reason, CheckForImage() keeps getting called repeatedly