From 6deb26f19bd12edf2425df9a3b512209dda145f4 Mon Sep 17 00:00:00 2001 From: william-bratches Date: Sat, 22 Mar 2014 01:14:50 -0400 Subject: [PATCH] fixed the duplicate "thanks" on course detail --- karmaworld/assets/js/course-detail.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/karmaworld/assets/js/course-detail.js b/karmaworld/assets/js/course-detail.js index d50fb2a..a20af9e 100644 --- a/karmaworld/assets/js/course-detail.js +++ b/karmaworld/assets/js/course-detail.js @@ -124,7 +124,7 @@ $(function() { source.count = val; // Store the computed dislay and filter values for efficiency // DIFF: label name change. - source.count_display = val=="" ? "" : ""+val+" Thanks"; + source.count_display = val=="" ? "" : ""+val+" "; return; } else if (type === 'display') { -- 2.25.1