From 588cbe7580b1ea5e4763f4aab311d5d772ad83a5 Mon Sep 17 00:00:00 2001 From: Jonathan Rosenbaum Date: Mon, 25 Dec 2017 09:03:54 +0000 Subject: [PATCH] Sends update interests to _parent, avoiding 2x etherpad. --- js/shop.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/js/shop.js b/js/shop.js index c738800..8591e36 100644 --- a/js/shop.js +++ b/js/shop.js @@ -165,7 +165,7 @@ $(function(){ if (volunteer_with_redeemed_hours_at_zero !== 0) { $(".volunteer_hours_" + obj.contact_id). - html("Summary | Update Interests"). parent().css({backgroundColor: "#19a0cc", textAlign: "center", cursor: "cell"}). @@ -192,7 +192,7 @@ $(function(){ "Volunteer Hours for last 365 days: None" + "\r\n"; $(".volunteer_hours_" + obj.contact_id). - html("Update Interests"). parent().css({backgroundColor: "rgb(190, 199, 204)", textAlign: "center", cursor: "cell"}). @@ -213,7 +213,7 @@ $(function(){ "Volunteer Hours for last 365 days: None" + "\r\n"; $(".volunteer_hours_" + id). - html("Update Interests"). parent().css({backgroundColor: "rgb(190, 199, 204)", textAlign: "center", cursor: "cell"}). @@ -242,7 +242,7 @@ $(function(){ "Volunteer Hours for last 365 days: None" + "\r\n"; $(".volunteer_hours_" + id). - html("Update Interests"). parent().css({backgroundColor: "rgb(190, 199, 204)", textAlign: "center", cursor: "cell"}).