From 3757434a775fd21ccb1ee78dc806cfef68901294 Mon Sep 17 00:00:00 2001 From: Laury GvR Date: Wed, 3 Jun 2015 15:41:07 -0400 Subject: [PATCH] Now removing bullets from ingredients in recipes --- js/app.js | 2 +- js/custom/pageSetup.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/js/app.js b/js/app.js index c55d2e4..777913d 100644 --- 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 diff --git a/js/custom/pageSetup.js b/js/custom/pageSetup.js index 790211b..3e48f0b 100644 --- a/js/custom/pageSetup.js +++ b/js/custom/pageSetup.js @@ -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 -- 2.17.1