remove the extra asterisk causing a strict warning.
irc-r=mano, no bug. git-svn-id: svn://10.0.0.236/trunk@219297 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
parent
d6008f9c2e
commit
9b444a60f5
@ -194,7 +194,7 @@ nsContextMenu.prototype = {
|
||||
this.showItem("context-viewbgimage", shouldShow);
|
||||
this.showItem("context-sep-viewbgimage", shouldShow);
|
||||
document.getElementById("context-viewbgimage")
|
||||
.disabled = !this.hasBGImage;*
|
||||
.disabled = !this.hasBGImage;
|
||||
},
|
||||
|
||||
initMiscItems: function() {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user