From 10b658adfe54867575ca603293f2b707fff36847 Mon Sep 17 00:00:00 2001 From: Kaitlyn Michael Date: Wed, 22 Oct 2025 09:27:25 -0500 Subject: [PATCH] enhanced copy button functionality --- layouts/partials/scripts.html | 78 +++++++++++++++++++++++++++++++- static/js/agent-builder.js | 84 ++++++++++++++++++++++++++++++++--- static/js/codetabs.js | 81 +++++++++++++++++++++++++++++++-- 3 files changed, 232 insertions(+), 11 deletions(-) diff --git a/layouts/partials/scripts.html b/layouts/partials/scripts.html index 919be752b..57b56aa5c 100644 --- a/layouts/partials/scripts.html +++ b/layouts/partials/scripts.html @@ -1,5 +1,76 @@