mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-07 16:44:07 +01:00
get history decrypt hover working
This commit is contained in:
parent
79cec31989
commit
cd3c40eaf8
@ -115,8 +115,7 @@ class InfologApp extends EgwApp
|
||||
|
||||
// Decrypt history on hover
|
||||
var history = this.et2.getWidgetById('history');
|
||||
egw.applyFunc('app.stylite.decrypt_hover', [history, 'et2-description']);
|
||||
|
||||
this.egw.applyFunc('app.stylite.decrypt_hover', [history, 'et2-description']);
|
||||
});
|
||||
// This disables the diff in history
|
||||
var history = this.et2.getArrayMgr('content').getEntry('history');
|
||||
|
Loading…
Reference in New Issue
Block a user