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:
parent
5825a00f8b
commit
e57771c6af
3 changed files with 8 additions and 0 deletions
4
templates/bootstrap/scripts/cops.js
Normal file
4
templates/bootstrap/scripts/cops.js
Normal file
|
@ -0,0 +1,4 @@
|
|||
function postRefresh()
|
||||
{
|
||||
$('[data-toggle="tooltip"]').tooltip();
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue