From be8aee7ad582993bf6ba49f611ad2989bbf3ca54 Mon Sep 17 00:00:00 2001 From: Joshua Rodriguez Date: Mon, 16 Dec 2024 14:20:53 -0800 Subject: [PATCH] Fixes string copy buttons for output variables in history --- install/cws-ui/history.ftl | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/install/cws-ui/history.ftl b/install/cws-ui/history.ftl index d10d1b72..c2a73ea7 100644 --- a/install/cws-ui/history.ftl +++ b/install/cws-ui/history.ftl @@ -68,7 +68,6 @@ } var copyValue = $(this).attr('data-copyValue'); var isImage = $(this).attr('data-isImage'); - console.log(isImage); copyInput(copyValue, isImage); $(this).attr('aria-label', 'Copied!'); setTimeout(function () { @@ -671,7 +670,7 @@ + `
` + tempVal + `
` + `
` - + `` + + `` + `` + `
`; } @@ -757,7 +756,7 @@ + `
` + tempVal + `
` + `
` - + `` + + `` + `` + `
`; @@ -830,7 +829,7 @@ + `
` + tempVal + `
` + `
` - + `` + + `` + `` + `
`; } @@ -897,7 +896,7 @@ + `
` + tempVal + `
` + `
` - + `` + + `` + `` + `
`; }