forked from extern/egroupware
Cleanup another jquery tooltip case
This commit is contained in:
parent
7b54b0f563
commit
57a6de47ce
@ -115,9 +115,7 @@ class InfologApp extends EgwApp
|
|||||||
|
|
||||||
// Decrypt history on hover
|
// Decrypt history on hover
|
||||||
var history = this.et2.getWidgetById('history');
|
var history = this.et2.getWidgetById('history');
|
||||||
egw.applyFunc('app.stylite.decrypt_hover', [history, 'span']);
|
egw.applyFunc('app.stylite.decrypt_hover', [history, 'et2-description']);
|
||||||
jQuery(history.getDOMNode(history))
|
|
||||||
.tooltip('option','position',{my:'top left', at: 'top left', of: history.getDOMNode(history)});
|
|
||||||
|
|
||||||
});
|
});
|
||||||
// This disables the diff in history
|
// This disables the diff in history
|
||||||
|
Loading…
Reference in New Issue
Block a user