From 4d461c6f169036287eafc6c99e299c6900f150c7 Mon Sep 17 00:00:00 2001 From: Daniel Aberger Date: Sun, 22 Jan 2017 13:43:19 +0100 Subject: [PATCH] Changing popover to tooltip --- templates/internal.html | 3 +++ templates/item.html | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/templates/internal.html b/templates/internal.html index 171b105..83759aa 100644 --- a/templates/internal.html +++ b/templates/internal.html @@ -10,6 +10,9 @@ $(document).ready(function(){ $('[data-toggle="popover"]').popover(); }); + $(document).ready(function(){ + $('[data-toggle="tooltip"]').tooltip(); + }); Logout
{{ end }} diff --git a/templates/item.html b/templates/item.html index f7821e7..c2eceea 100644 --- a/templates/item.html +++ b/templates/item.html @@ -1 +1 @@ -
{{ .Itemcommand }} {{ .Itemsoundname }}
{{ .Itemshorttext }}
Play!
+
{{ .Itemcommand }} {{ .Itemsoundname }}
{{ .Itemshorttext }}
Play!