mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-08-09 08:25:03 +02:00
Move framework push boradcast method into base class
This commit is contained in:
@ -519,18 +519,6 @@ import "sortablejs/Sortable.min.js";
|
||||
}
|
||||
},
|
||||
|
||||
/**
|
||||
* This method only used for status app when it tries to broadcast data to users
|
||||
* avoiding throwing exceptions for users whom might have no status app access
|
||||
*
|
||||
* @param {type} _data
|
||||
* @returns {undefined}
|
||||
*/
|
||||
execPushBroadcastAppStatus: function(_data)
|
||||
{
|
||||
if (app.status) app.status.mergeContent(_data, true);
|
||||
},
|
||||
|
||||
/**
|
||||
* Get color scheme
|
||||
* @return {string|null} returns active color scheme mode or null in case browser not supporting it
|
||||
|
Reference in New Issue
Block a user