From 2b7be8222dbf8ef27dbbfb2804efb691392b122b Mon Sep 17 00:00:00 2001 From: Zen4All Date: Thu, 18 Apr 2019 16:01:48 +0200 Subject: [PATCH] fix type --- .../YOUR_TEMPLATE_NAME/jscript/jscript_product_finder.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/1_Installation_files/includes/templates/YOUR_TEMPLATE_NAME/jscript/jscript_product_finder.php b/1_Installation_files/includes/templates/YOUR_TEMPLATE_NAME/jscript/jscript_product_finder.php index 69f66b4..d8ef07d 100644 --- a/1_Installation_files/includes/templates/YOUR_TEMPLATE_NAME/jscript/jscript_product_finder.php +++ b/1_Installation_files/includes/templates/YOUR_TEMPLATE_NAME/jscript/jscript_product_finder.php @@ -28,7 +28,7 @@ function drop_down2() { $('#pf_dd2').append(''); for (let i = 0; i < data.valuesArray.length; i++) { - $('#pf_dd2').append(''); + $('#pf_dd2').append(''); } }); }