diff --git a/www/default.js b/www/default.js index fb8116e2..eb9ec7d6 100644 --- a/www/default.js +++ b/www/default.js @@ -74,6 +74,12 @@ $(function() { change_cost('hourly'); column_toggle_setup(); + + $('abbr').tooltip({ + placement: function(tt, el) { + return (this.$element.parents('thead').length) ? 'top' : 'right'; + } + }); }); $("#cost-dropdown li").bind("click", function(e) {