fixed the duplicate "thanks" on course detail
authorwilliam-bratches <williambratches@gmail.com>
Sat, 22 Mar 2014 05:14:50 +0000 (01:14 -0400)
committerwilliam-bratches <williambratches@gmail.com>
Sat, 22 Mar 2014 05:14:50 +0000 (01:14 -0400)
karmaworld/assets/js/course-detail.js

index d50fb2a36a5a18d03ccc19a7abddc8fca659aa9f..a20af9e4004169f75f8e430054ba7c9360bdb73f 100644 (file)
@@ -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=="" ? "" : "<span>"+val+" Thanks</span>";
+            source.count_display = val=="" ? "" : "<span>"+val+" </span>";
             return;
           }
           else if (type === 'display') {