diff --git a/templates/internal.html b/templates/internal.html index 241e382..171b105 100644 --- a/templates/internal.html +++ b/templates/internal.html @@ -7,6 +7,9 @@ }; $.post("/playsound", data, function(data, success) {}); } + $(document).ready(function(){ + $('[data-toggle="popover"]').popover(); + }); Logout
{{ end }} diff --git a/templates/item.html b/templates/item.html index 0f9fe9f..f7821e7 100644 --- a/templates/item.html +++ b/templates/item.html @@ -1 +1 @@ -
{{ .Itemcommand }} {{ .Itemsoundname }}
{{ .Itemshorttext }}
Play!
+
{{ .Itemcommand }} {{ .Itemsoundname }}
{{ .Itemshorttext }}
Play!