Merged in marcoAntonioNina/processmaker/dashboards2 (pull request #2327)

Improvement tooltip
This commit is contained in:
Dante Loayza
2015-06-11 13:45:08 -04:00

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> \