Enable tooltips, don't know if I'll keep it but at least the code is checked in. re #79

This commit is contained in:
Sébastien Lucas 2014-07-24 18:47:21 +02:00
parent 5825a00f8b
commit e57771c6af
3 changed files with 8 additions and 0 deletions

View file

@ -0,0 +1,4 @@
function postRefresh()
{
$('[data-toggle="tooltip"]').tooltip();
}