From 85d544e4ada0bc9a10c1365a3654b85811f8bf78 Mon Sep 17 00:00:00 2001 From: Anthony Talarico Date: Wed, 9 Nov 2016 12:31:55 -0500 Subject: [PATCH] adding document ready to the micro regions map script to try and fix ios click event functionality --- woocommerce.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/woocommerce.php b/woocommerce.php index dc7fd6f..dea933a 100644 --- a/woocommerce.php +++ b/woocommerce.php @@ -268,6 +268,7 @@ $(document).ready(function () { $js_categories = json_encode($categories); ?> -- 2.17.1