mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-05-21 11:25:24 +00:00
@@ -485,7 +485,10 @@
|
||||
this.message.uid]
|
||||
.join('/'),
|
||||
wId = this.message.$absolutePath();
|
||||
if (action) url += '/' + action;
|
||||
if (action) {
|
||||
wId += '/' + action;
|
||||
url += '/' + action;
|
||||
}
|
||||
popupWindow = $window.open(url, wId,
|
||||
["width=680",
|
||||
"height=520",
|
||||
|
||||
Reference in New Issue
Block a user