Changing popover to tooltip

This commit is contained in:
da
2017-01-22 13:43:19 +01:00
parent d230e92e59
commit 4d461c6f16
2 changed files with 4 additions and 1 deletions
+3
View File
@@ -10,6 +10,9 @@
$(document).ready(function(){
$('[data-toggle="popover"]').popover();
});
$(document).ready(function(){
$('[data-toggle="tooltip"]').tooltip();
});
</script>
<a href="/logout">Logout</a><br/>
{{ end }}