Enable chat in OO apps
This commit is contained in:
parent
ed4f8016a1
commit
56ff47af48
@ -750,6 +750,7 @@ define([
|
||||
|
||||
var configTb = {
|
||||
displayed: [
|
||||
'chat',
|
||||
'userlist',
|
||||
'title',
|
||||
'useradmin',
|
||||
@ -827,8 +828,8 @@ define([
|
||||
initializing = false;
|
||||
setEditable(!readOnly);
|
||||
UI.removeLoadingScreen();
|
||||
common.openPadChat(APP.onLocal);
|
||||
});
|
||||
|
||||
};
|
||||
|
||||
config.onRemote = function () {
|
||||
|
||||
@ -103,7 +103,8 @@ define([
|
||||
SFCommonO.start({
|
||||
type: 'oo',
|
||||
addData: addData,
|
||||
addRpc: addRpc
|
||||
addRpc: addRpc,
|
||||
messaging: true
|
||||
});
|
||||
});
|
||||
});
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user