From 57a6de47cea94788d2a5379f66d6f0c113a9aba4 Mon Sep 17 00:00:00 2001 From: Hadi Nategh Date: Thu, 8 Sep 2022 12:14:34 +0200 Subject: [PATCH] Cleanup another jquery tooltip case --- infolog/js/app.ts | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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