forked from extern/egroupware
WIP framework's popup storage/restore:
- fix typo
This commit is contained in:
parent
b2526b340f
commit
81a79f0da8
@ -137,7 +137,7 @@ var fw_base = (function(){ "use strict"; return Class.extend(
|
||||
|
||||
this.applications[this.appData.appName] = this.appData;
|
||||
|
||||
this.popups.concat(this.registerOpenedPopus(app.name));
|
||||
this.popups.concat(this.registerOpenedPopups(app.name));
|
||||
}
|
||||
|
||||
// else display the default application
|
||||
@ -808,7 +808,7 @@ var fw_base = (function(){ "use strict"; return Class.extend(
|
||||
if (_returnID !== false) return windowID;
|
||||
},
|
||||
|
||||
registerOpenedPopus: function (_app)
|
||||
registerOpenedPopups: function (_app)
|
||||
{
|
||||
var w = Object.keys(egw.getOpenWindows(_app));
|
||||
var popups = [];
|
||||
|
Loading…
Reference in New Issue
Block a user