зеркало из https://github.com/mozilla/pjs.git
bug 24533, view image should open in same window, coded by doronr@naboonline.com, r=bzbarsky@mit.edu, sr=alecf@netscape.com
This commit is contained in:
Родитель
a1866a5c4b
Коммит
5505b15c4d
|
@ -397,7 +397,7 @@ nsContextMenu.prototype = {
|
|||
},
|
||||
// Open new window with the URL of the image.
|
||||
viewImage : function () {
|
||||
openNewWindowWith( this.imageURL );
|
||||
openTopWin( this.imageURL );
|
||||
},
|
||||
// Save URL of clicked-on frame.
|
||||
saveFrame : function () {
|
||||
|
|
Загрузка…
Ссылка в новой задаче