projects
/
WP-Themes
/
francejourneys.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
67a3b9c
)
adding document ready to the micro regions map script to try and fix ios click event...
author
Anthony Talarico
<talarico@gaslightmedia.com>
Wed, 9 Nov 2016 17:31:55 +0000
(12:31 -0500)
committer
Anthony Talarico
<talarico@gaslightmedia.com>
Wed, 9 Nov 2016 17:31:55 +0000
(12:31 -0500)
woocommerce.php
patch
|
blob
|
history
diff --git
a/woocommerce.php
b/woocommerce.php
index
dc7fd6f
..
dea933a
100644
(file)
--- a/
woocommerce.php
+++ b/
woocommerce.php
@@
-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>