зеркало из https://github.com/mozilla/pjs.git
Bug 304418 : Fix a couple of regressions from the checkin for bug 284868, r=mconnor
This commit is contained in:
Родитель
b54d6bce01
Коммит
bf81531660
|
@ -50,7 +50,7 @@
|
|||
<menuitem id="context-bookmarklink"
|
||||
label="&bookmarkLinkCmd.label;"
|
||||
accesskey="&bookmarkLinkCmd.accesskey;"
|
||||
oncommand="BookmarksUtils.addBookmark(gContextMenu.linkURL(),
|
||||
oncommand="BookmarksUtils.addBookmark(gContextMenu.linkURL,
|
||||
gContextMenu.linkText());"/>
|
||||
<menuitem id="context-savelink"
|
||||
label="&saveLinkCmd.label;"
|
||||
|
|
|
@ -4488,7 +4488,7 @@ nsContextMenu.prototype = {
|
|||
},
|
||||
// Save URL of clicked-on link.
|
||||
saveLink : function () {
|
||||
urlSecurityCheck(this.imageURL, this.docURL);
|
||||
urlSecurityCheck(this.linkURL, this.docURL);
|
||||
saveURL( this.linkURL, this.linkText(), null, true, false, makeURI(this.docURL) );
|
||||
},
|
||||
sendLink : function () {
|
||||
|
|
Загрузка…
Ссылка в новой задаче