зеркало из https://github.com/mozilla/pjs.git
bug 70018, image blocking busted, r=hwaara@chello.se, sr=alecf@netscape.com
This commit is contained in:
Родитель
d75f56b14e
Коммит
fd3fb3379d
|
@ -80,7 +80,7 @@
|
|||
var cookieViewer =
|
||||
contextMenu.createInstance("@mozilla.org/cookieviewer/cookieviewer-world;1",
|
||||
"nsICookieViewer" );
|
||||
cookieViewer.BlockImage(this.imageURL);
|
||||
cookieViewer.BlockImage(contextMenu.imageURL);
|
||||
},
|
||||
|
||||
initImageBlocking : function () {
|
||||
|
@ -113,7 +113,7 @@
|
|||
<menuitem id="context-blockimage"
|
||||
value="&blockImageCmd.label;"
|
||||
accesskey=""
|
||||
oncommand="contextMenu.blockImage();"
|
||||
oncommand="cookieContextMenu.blockImage();"
|
||||
style="display:none;"
|
||||
insertafter="context-viewimage"/>
|
||||
</popup>
|
||||
|
|
|
@ -80,7 +80,7 @@
|
|||
var cookieViewer =
|
||||
contextMenu.createInstance("@mozilla.org/cookieviewer/cookieviewer-world;1",
|
||||
"nsICookieViewer" );
|
||||
cookieViewer.BlockImage(this.imageURL);
|
||||
cookieViewer.BlockImage(contextMenu.imageURL);
|
||||
},
|
||||
|
||||
initImageBlocking : function () {
|
||||
|
@ -113,7 +113,7 @@
|
|||
<menuitem id="context-blockimage"
|
||||
value="&blockImageCmd.label;"
|
||||
accesskey=""
|
||||
oncommand="contextMenu.blockImage();"
|
||||
oncommand="cookieContextMenu.blockImage();"
|
||||
style="display:none;"
|
||||
insertafter="context-viewimage"/>
|
||||
</popup>
|
||||
|
|
Загрузка…
Ссылка в новой задаче