hovercacrds: added new tooltips and hovercards to expose certain information for objects shown in UI

This commit is contained in:
Marcin Kuzminski 2019-10-31 17:52:42 +01:00
parent 66317255dd
commit 29038019e8
53 changed files with 5223 additions and 180 deletions

View file

@ -193,6 +193,8 @@
container: '#file_history_container',
push: false,
timeout: 5000
}).complete(function () {
tooltipActivate();
});
});
@ -341,6 +343,7 @@
$(document).ready(function() {
timeagoActivate();
tooltipActivate();
if ($('#trimmed_message_box').height() < 50) {
$('#message_expand').hide();