From e073d59b5cf9b5cccf7033ce4b61209369579d86 Mon Sep 17 00:00:00 2001 From: Ross Burton Date: Wed, 3 Jan 2024 17:44:54 +0000 Subject: [PATCH] templates/base: generalise clipbboardjs initialisation Don't limit the clipboardjs hooking to button.btn-copy, as we may want to use it on icons which are not buttons. Signed-off-by: Ross Burton --- templates/base.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/base.html b/templates/base.html index b7e2d4f2..747da592 100644 --- a/templates/base.html +++ b/templates/base.html @@ -24,7 +24,7 @@ {% block headers %}{% endblock %} -- 2.47.3