Fix tooltips

Fixes #1202
This commit is contained in:
Dawid Potocki
2019-08-23 14:09:20 +12:00
parent 8eb8cf5225
commit f9171504ff
2 changed files with 7 additions and 1 deletions

View File

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