From 4ee0cc814533c3ae6a9d685a4a3198c112bbbf64 Mon Sep 17 00:00:00 2001 From: Dennis Reimann Date: Thu, 28 Jan 2021 10:48:06 +0100 Subject: [PATCH] Remove clipboard code from main-bundle See https://github.com/btcpayserver/btcpayserver/issues/2139#issuecomment-768216462 --- BTCPayServer/bundleconfig.json | 1 - 1 file changed, 1 deletion(-) diff --git a/BTCPayServer/bundleconfig.json b/BTCPayServer/bundleconfig.json index 730bd0a58..af6ab0195 100644 --- a/BTCPayServer/bundleconfig.json +++ b/BTCPayServer/bundleconfig.json @@ -21,7 +21,6 @@ "wwwroot/vendor/flatpickr/flatpickr.js", "wwwroot/main/bootstrap/bootstrap.js", "wwwroot/main/bootstrap4-creativestart/creative.js", - "wwwroot/js/copy-to-clipboard.js", "wwwroot/main/site.js" ] },