Improvement tooltip

This commit is contained in:
Marco Antonio Nina Mena
2015-06-11 13:38:27 -04:00
parent c812ed9866
commit a597466d47

View File

@@ -409,16 +409,14 @@ $(document).ready(function() {
});
});
$('[data-toggle="tooltip"]').tooltip({
animated: 'fade',
placement: 'bottom'
});
tsPresenter.initializePresenter()
.done(function (data){
bindTimeSeriesLists(tsPresenter);
initialDraw();
});
});
var hideScrollIfAllDivsAreVisible = function(){
@@ -514,7 +512,11 @@ var loadIndicator = function (indicatorId, initDate, endDate) {
hideScrollIfAllDivsAreVisible();
hideTitleAndSortDiv();
});
}
$('[data-toggle="tooltip"]').tooltip({
animated: 'fade',
placement: 'bottom'
});
};
var setIndicatorActiveMarker = function () {
$('.panel-footer').each (function () {
@@ -1035,6 +1037,8 @@ var locationCases = function (type) {
parent.location.href = currentLocation;
};
/*var dashboardButtonTemplate = ' <div class="btn-group pull-left"> \
<button id="favorite" type="button" class="btn btn-success"><i class="fa fa-star fa-1x"></i></button> \
<button id="dasB" type="button" class="btn btn-success">'+ G_STRING.ID_MANAGERS_DASHBOARDS +'</button> \