Skip to content

Commit

Permalink
Fix tooltip !
Browse files Browse the repository at this point in the history
  • Loading branch information
holtzy committed Jul 30, 2018
1 parent 996c918 commit 91ffdf9
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4621,12 +4621,15 @@ <h2 class="section-heading text-uppercase" style="color: black">Contact</h2>

<!-- Custom scripts for this template -->
<script src="js/agency.min.js"></script>

<!-- Tom's script for button colors -->
<script src="js/portfolio.js"></script>
<script src="js/tree.js"></script>

<!-- Load d3.js -->
<script src="https://d3js.org/d3.v4.min.js"></script>

<!-- By default, show the numeric tree -->
<script>
showTree('num');
</script>
Expand All @@ -4635,13 +4638,13 @@ <h2 class="section-heading text-uppercase" style="color: black">Contact</h2>
<script>
$(function () {
$('[data-toggle="tooltip"]').tooltip();
})
</script>






<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-79254642-3"></script>
<script>
Expand Down

0 comments on commit 91ffdf9

Please sign in to comment.