зеркало из https://github.com/mozilla/pjs.git
208357 - image manager menuitem needs to be removed for ns builds on mac osx. r=sgehani, sr=jag
This commit is contained in:
Родитель
b52bb5096a
Коммит
edb10709d3
|
@ -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
|
||||
|
|
Загрузка…
Ссылка в новой задаче