mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-04-23 13:59:32 +00:00
@@ -1871,6 +1871,19 @@ function parent$(element) {
|
||||
return (p ? p.getElementById(element) : null);
|
||||
}
|
||||
|
||||
function parentvar(name) {
|
||||
var div = $("popupFrame");
|
||||
|
||||
if (div)
|
||||
p = parent;
|
||||
else if (this.opener)
|
||||
p = this.opener;
|
||||
else
|
||||
p = null;
|
||||
|
||||
return (p ? p[name] : null);
|
||||
}
|
||||
|
||||
/* stubs */
|
||||
function refreshCurrentFolder(id) {
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user