Skip to content
This repository has been archived by the owner on Jan 10, 2023. It is now read-only.

Commit

Permalink
Turn on bootstrap tooltip
Browse files Browse the repository at this point in the history
  • Loading branch information
mertonium committed Feb 7, 2013
1 parent 5e8fccf commit 267526c
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions www/default.js
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit 267526c

Please sign in to comment.