hovercacrds: added new tooltips and hovercards to expose certain information for objects shown in UI
This commit is contained in:
parent
66317255dd
commit
29038019e8
53 changed files with 5223 additions and 180 deletions
|
|
@ -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();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue