From d230e92e59bee26e679c56a12f06207fd734c534 Mon Sep 17 00:00:00 2001 From: Daniel Aberger Date: Sun, 22 Jan 2017 13:01:56 +0100 Subject: [PATCH] More minor UI adjustments --- 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 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!