diff --git a/infolog/js/app.ts b/infolog/js/app.ts index eee1ffc464..8db5d4bd1b 100644 --- a/infolog/js/app.ts +++ b/infolog/js/app.ts @@ -115,9 +115,7 @@ class InfologApp extends EgwApp // Decrypt history on hover var history = this.et2.getWidgetById('history'); - egw.applyFunc('app.stylite.decrypt_hover', [history, 'span']); - jQuery(history.getDOMNode(history)) - .tooltip('option','position',{my:'top left', at: 'top left', of: history.getDOMNode(history)}); + egw.applyFunc('app.stylite.decrypt_hover', [history, 'et2-description']); }); // This disables the diff in history