Fix tooltips (#1203)

Fixes #1202
This commit is contained in:
Dawid Potocki 2019-08-23 11:23:18 +00:00 committed by Mikaela Suomalainen
parent 8eb8cf5225
commit ed127c0500
2 changed files with 7 additions and 1 deletions

View file

@ -1,3 +1,9 @@
// Tooltips
$(function () {
$("[data-toggle='tooltip']").tooltip();
});
//
// Navbar dropdowns
//