Fix tooltips

This commit is contained in:
2019-08-21 23:56:50 +02:00
parent 7629eed323
commit 9f80e3eb81
3 changed files with 23 additions and 6 deletions

View File

@ -103,6 +103,7 @@
// get current URL path and assign 'active' class
var pathname = window.location.pathname;
$('.navbar-nav > li > a[href="' + pathname + '"]').parent().addClass('active');
$('[data-toggle="tooltip"]').tooltip()
})
</script>
</body>