WIP framework's popup storage/restore:

- fix typo
This commit is contained in:
Hadi Nategh 2018-03-09 17:53:36 +01:00
parent b2526b340f
commit 81a79f0da8

View File

@ -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 = [];