adding document ready to the micro regions map script to try and fix ios click event...
authorAnthony Talarico <talarico@gaslightmedia.com>
Wed, 9 Nov 2016 17:31:55 +0000 (12:31 -0500)
committerAnthony Talarico <talarico@gaslightmedia.com>
Wed, 9 Nov 2016 17:31:55 +0000 (12:31 -0500)
woocommerce.php

index dc7fd6f..dea933a 100644 (file)
@@ -268,6 +268,7 @@ $(document).ready(function () {
     $js_categories = json_encode($categories);
 ?>
 <script>
+jQuery(document).ready( function ($) {
     var page = jQuery('body');
     
     var map                    = <?php echo $js_categories ?>;
@@ -298,4 +299,5 @@ $(document).ready(function () {
             jQuery("." + value  + ".text-tag" ).css("font-weight", "normal");
         });
     });
+});
 </script>