From ba31de222d8efdbab4cc6d17aaa168628005d60e Mon Sep 17 00:00:00 2001 From: Hadi Nategh Date: Fri, 9 Mar 2018 17:53:36 +0100 Subject: [PATCH] WIP framework's popup storage/restore: - fix typo --- api/js/framework/fw_base.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/api/js/framework/fw_base.js b/api/js/framework/fw_base.js index 37e4d14dc4..807d6251de 100644 --- a/api/js/framework/fw_base.js +++ b/api/js/framework/fw_base.js @@ -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 = [];