Skip to content
Permalink
Browse files
Initialise tooltips
  • Loading branch information
gsathya committed Sep 16, 2012
1 parent 7115b47 commit da1f6e99c14d78ca91b03363cc1c253ace5770ff
Showing with 2 additions and 0 deletions.
  1. +1 −0 static/js/custom.js
  2. +1 −0 templates/index.html
@@ -22,6 +22,7 @@ function doAjax(){
$('html, body').animate({
scrollTop: $('#result').offset().top
}, 1000);
$('span[rel=tooltip]').tooltip();
});
}
}
@@ -163,6 +163,7 @@ <h3> Display </h3>
-->
<script src="{{ url_for('static', filename='js/jquery-1.8.0.min.js') }}"></script>
<script src="{{ url_for('static', filename='js/bootstrap.min.js') }}"></script>
<script src="{{ url_for('static', filename='js/bootstrap-tooltip.js') }}"></script>
<script src="{{ url_for('static', filename='js/custom.js') }}"></script>
<script>
doAjax();

0 comments on commit da1f6e9

Please sign in to comment.