From: william-bratches Date: Sat, 22 Mar 2014 05:14:50 +0000 (-0400) Subject: fixed the duplicate "thanks" on course detail X-Git-Tag: release-20150131~144^2~12^2~19 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=6deb26f19bd12edf2425df9a3b512209dda145f4;p=oweals%2Fkarmaworld.git fixed the duplicate "thanks" on course detail --- 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') {