get history decrypt hover working

This commit is contained in:
ralf 2022-09-08 13:38:39 +02:00
parent 79cec31989
commit cd3c40eaf8

View File

@ -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');