mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-08-19 04:46:42 +02:00
Return the promise if available
This commit is contained in:
@@ -269,7 +269,7 @@
|
||||
*/
|
||||
setActiveApp: function(_app)
|
||||
{
|
||||
this._super.apply(this, arguments);
|
||||
var result = this._super.apply(this, arguments);
|
||||
|
||||
if (_app == _app.parentFw.activeApp)
|
||||
{
|
||||
@@ -296,6 +296,8 @@
|
||||
framework.getToggleSidebarState();
|
||||
framework.activeApp.browser.callResizeHandler();
|
||||
}
|
||||
|
||||
return result;
|
||||
},
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user