Add tooltips dashboards view
This commit is contained in:
@@ -396,7 +396,12 @@ $(document).ready(function() {
|
||||
fillSpecialIndicatorSecondView(viewModel);
|
||||
});
|
||||
});
|
||||
initialDraw();
|
||||
|
||||
$('[data-toggle="tooltip"]').tooltip({
|
||||
animated: 'fade',
|
||||
placement: 'bottom'
|
||||
});
|
||||
initialDraw();
|
||||
});
|
||||
|
||||
var hideScrollIfAllDivsAreVisible = function(){
|
||||
|
||||
Reference in New Issue
Block a user