Skip to content
This repository has been archived by the owner on Mar 3, 2022. It is now read-only.

Commit

Permalink
Removing debug code
Browse files Browse the repository at this point in the history
  • Loading branch information
Austin committed Jan 6, 2016
1 parent 12ff6db commit 350bab3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion assets/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -810,7 +810,6 @@ function createDescriptionTooltip(dataset, p) {
function adjustLayerTooltipDisplay(el) {
if (tooltipIsNearTheBottomEdge(el)) {
el.css('top', (-el.height() - parseInt(el.css('top'))) + 'px');
console.log(el.css('top'));
el.data('height-adjusted', true);
}
}
Expand Down

0 comments on commit 350bab3

Please sign in to comment.