From 6b31417e8cd27d4f82cae4e86841f4cce45895c2 Mon Sep 17 00:00:00 2001 From: scyt Date: Wed, 13 Nov 2024 12:46:33 -0500 Subject: [PATCH] `gppa-custom-refresh-trigger.js`: Fixed link in snippet description. --- gp-populate-anything/gppa-custom-refresh-trigger.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gp-populate-anything/gppa-custom-refresh-trigger.js b/gp-populate-anything/gppa-custom-refresh-trigger.js index befc3e473..8a408e1d7 100644 --- a/gp-populate-anything/gppa-custom-refresh-trigger.js +++ b/gp-populate-anything/gppa-custom-refresh-trigger.js @@ -1,6 +1,6 @@ /** * Gravity Perks // Populate Anything // Custom Field Refresh Trigger - * https://gravitywiz.comhttps://gravitywiz.com/documentation/gravity-forms-populate-anything/ + * https://gravitywiz.com/documentation/gravity-forms-populate-anything/ */ // Update "1" and "2" to the field IDs that should trigger a Populate Anything refresh. $( '#field_GFFORMID_1, #field_GFFORMID_2' ).find( 'input' ).on( 'change', function() {