From: Ross Burton Date: Wed, 3 Jan 2024 17:44:54 +0000 (+0000) Subject: templates/base: generalise clipbboardjs initialisation X-Git-Tag: v3.2.0~45 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=e073d59b5cf9b5cccf7033ce4b61209369579d86;p=thirdparty%2Fpatchwork.git 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 --- 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 %}