From f782cb90fc41b502f13ee69aeee5f50d27a39a16 Mon Sep 17 00:00:00 2001 From: Jonathan Rosenbaum Date: Tue, 18 Jul 2017 04:40:01 +0000 Subject: [PATCH] This adds the current year to the title for volunteer hours. --- js/transaction.js | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/js/transaction.js b/js/transaction.js index 4f1708f..435710f 100644 --- a/js/transaction.js +++ b/js/transaction.js @@ -703,8 +703,9 @@ $(function() { obj.email + "\r\n" + obj.phone + "\r\n" + "volunteer hours for last 365 day: " + obj.volunteer_hours + "\r\n" + - "volunteer hours redeemed " + "\r\n" + - "volunteer hours remaining"; + "volunteer hours for " + d.getFullYear() + ":\r\n" + + "volunteer hours redeemed: " + "\r\n" + + "volunteer hours remaining:"; $("#volunteer_hours").prop("title","").empty();