From fab0aaf77ce636519238cc0c7ee1f5111a67d61d Mon Sep 17 00:00:00 2001 From: bullmoose20 <12549033+bullmoose20@users.noreply.github.com.> Date: Sun, 19 Jan 2025 15:18:41 -0500 Subject: [PATCH 1/2] prepping for PR --- static/local-js/090-webhooks.js | 8 +- templates/025-libraries.html | 1687 +++++++++++++++++++++++-------- 2 files changed, 1250 insertions(+), 445 deletions(-) diff --git a/static/local-js/090-webhooks.js b/static/local-js/090-webhooks.js index 3509327..432a615 100644 --- a/static/local-js/090-webhooks.js +++ b/static/local-js/090-webhooks.js @@ -81,7 +81,7 @@ function validateWebhook (webhookType) { const validateButton = inputGroup.find('.validate-button') const webhookTypeFormatted = webhookType.replace(/_/g, ' ').replace(/\b\w/g, function (l) { return l.toUpperCase() }) - showSpinner2(webhookType) + showSpinner(webhookType) validationMessage.html('
Select which Collection Files you would like to run against your libraries. You can hover over the magnifying glass to see some of the collections that the file will create, or click on the name of the file to be taken to it's wiki page.
Select which Collection Files you would like to run against your libraries. You can hover over the magnifying glass to see some of the collections that the file will create, or click on the name of the file to be taken to it's wiki page.