added tooltips

This commit is contained in:
Marian Oancea
2015-02-05 03:47:24 +02:00
parent ad42e1c389
commit c1297aca47
4 changed files with 21 additions and 10 deletions

12
public/js/lib/bootstrap.min.js vendored Executable file

File diff suppressed because one or more lines are too long

View File

@@ -80,7 +80,5 @@
console.log(data);
});
socket.on('update', function(data){
//
});
$('[data-toggle="tooltip"]').tooltip();
})();