diff --git a/infolog/js/app.ts b/infolog/js/app.ts index 8db5d4bd1b..ebf0e1c19b 100644 --- a/infolog/js/app.ts +++ b/infolog/js/app.ts @@ -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');