Now removing bullets from ingredients in recipes
authorLaury GvR <laury@gaslightmedia.com>
Wed, 3 Jun 2015 19:41:07 +0000 (15:41 -0400)
committerLaury GvR <laury@gaslightmedia.com>
Wed, 3 Jun 2015 19:41:07 +0000 (15:41 -0400)
js/app.js
js/custom/pageSetup.js

index c55d2e4..777913d 100644 (file)
--- a/js/app.js
+++ b/js/app.js
@@ -19,5 +19,5 @@ $(document).ready(function () {
     });
     //$('.wpurp-recipe-ingredient-name a:hover').attr('pointer-events','none');
     $('.wpurp-recipe-ingredient-name a').removeAttr("href").css('pointever-events','none !important');
-    $('.wpurp-recipe-ingredient').attr('list-style','none !important'); 
+    $('.wpurp-recipe-ingredient').css('list-style','none !important'); 
 });
\ No newline at end of file
index 790211b..3e48f0b 100644 (file)
@@ -10,5 +10,5 @@ $(document).ready(function () {
     });
     //$('.wpurp-recipe-ingredient-name a:hover').attr('pointer-events','none');
     $('.wpurp-recipe-ingredient-name a').removeAttr("href").css('pointever-events','none !important');
-    $('.wpurp-recipe-ingredient').attr('list-style','none !important'); 
+    $('.wpurp-recipe-ingredient').css('list-style','none !important'); 
 });
\ No newline at end of file