adds tooltips

This commit is contained in:
ablwr
2015-03-20 23:32:17 -04:00
parent 73b765e6b3
commit 1d180b5378
3 changed files with 7 additions and 2 deletions

View File

@ -8,6 +8,10 @@ function showLess(){
document.getElementById('less').style.display = 'none';
}
$(function () {
$('[data-toggle="tooltip"]').tooltip()
})
$(document).ready(function() {
$( ".reload" ).click(function() {