diff --git a/website/static/js/copybutton.js b/website/static/js/copybutton.js index 81a279d1..a32b0919 100644 --- a/website/static/js/copybutton.js +++ b/website/static/js/copybutton.js @@ -1,6 +1,6 @@ function addCopyButtonToCodeBlocks() { // Don't run the script on the main landing page - if (window.location.pathname === "/funnel/") { + if (window.location.pathname === "/funnel/" || window.location.pathname === "/") { return; }