Skip to content

Commit

Permalink
init tooltips
Browse files Browse the repository at this point in the history
  • Loading branch information
Karolis Rusenas committed Aug 18, 2015
1 parent 4dc564b commit 78be9dd
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions templates/salesforce.html
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,10 @@ <h3 class="box-title"> {{ data["consultant_bilability"]["title"] }}</h3>
<script src="/static/AdminLTE/plugins/datatables/dataTables.bootstrap.js" type="text/javascript"></script>
<script type="text/javascript">

$(function () {
$('[data-toggle="tooltip"]').tooltip()
});

$(function () {
$('#utilisation').dataTable({
"bPaginate": false,
Expand Down

0 comments on commit 78be9dd

Please sign in to comment.