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

Commit

Permalink
Merge pull request vantage-sh#28
Browse files Browse the repository at this point in the history
Merge branch 'mertonium-tipsy'

Conflicts:
	www/default.js
  • Loading branch information
powdahound committed Feb 9, 2013
2 parents d63dcef + 267526c commit d6ef73c
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions www/default.js
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,13 @@ $(function() {
change_cost('hourly');

setup_column_toggle();

// enable bootstrap tooltips
$('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 d6ef73c

Please sign in to comment.