mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-03 04:29:28 +01:00
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.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
|
// else display the default application
|
||||||
@ -808,7 +808,7 @@ var fw_base = (function(){ "use strict"; return Class.extend(
|
|||||||
if (_returnID !== false) return windowID;
|
if (_returnID !== false) return windowID;
|
||||||
},
|
},
|
||||||
|
|
||||||
registerOpenedPopus: function (_app)
|
registerOpenedPopups: function (_app)
|
||||||
{
|
{
|
||||||
var w = Object.keys(egw.getOpenWindows(_app));
|
var w = Object.keys(egw.getOpenWindows(_app));
|
||||||
var popups = [];
|
var popups = [];
|
||||||
|
Loading…
Reference in New Issue
Block a user