From 2bc7c46f3fcebe9ed738fc20aba63f477218843a Mon Sep 17 00:00:00 2001 From: jorge-vitrubio Date: Sun, 25 Feb 2024 14:28:11 +0100 Subject: [PATCH] documented the url call in js script --- includes/custom-field-ajuts-filter-function-frontend.php | 2 +- includes/custom-field-associats-filter-function-frontend.php | 2 +- includes/custom-field-convos-filter-function-frontend.php | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/includes/custom-field-ajuts-filter-function-frontend.php b/includes/custom-field-ajuts-filter-function-frontend.php index bab11e6..9c7b6fb 100644 --- a/includes/custom-field-ajuts-filter-function-frontend.php +++ b/includes/custom-field-ajuts-filter-function-frontend.php @@ -109,7 +109,7 @@ if( ! function_exists( 'xarxaprod_ajuts_filters_form') ) { $('#archive-filters').on('click', 'input', function(){ // vars - var url = ''; + var url = ''; //insert the custom-post-type slug args = {}; var appendtoURL = ''; var eachfiltered = ''; diff --git a/includes/custom-field-associats-filter-function-frontend.php b/includes/custom-field-associats-filter-function-frontend.php index 4d297a7..22ced15 100644 --- a/includes/custom-field-associats-filter-function-frontend.php +++ b/includes/custom-field-associats-filter-function-frontend.php @@ -109,7 +109,7 @@ if( ! function_exists( 'xarxaprod_associats_filters_form') ) { $('#archive-filters').on('click', 'input', function(){ // vars - var url = ''; + var url = ''; //insert the custom-post-type slug args = {}; var appendtoURL = ''; var eachfiltered = ''; diff --git a/includes/custom-field-convos-filter-function-frontend.php b/includes/custom-field-convos-filter-function-frontend.php index 44926eb..b7de55e 100644 --- a/includes/custom-field-convos-filter-function-frontend.php +++ b/includes/custom-field-convos-filter-function-frontend.php @@ -109,7 +109,7 @@ if( ! function_exists( 'xarxaprod_convos_filters_form') ) { $('#archive-filters').on('click', 'input', function(){ // vars - var url = ''; + var url = ''; //insert the custom-post-type slug args = {}; var appendtoURL = ''; var eachfiltered = '';