removing the bug duplicating thanks messages
authorwilliam-bratches <williambratches@gmail.com>
Sat, 22 Mar 2014 04:40:53 +0000 (00:40 -0400)
committerwilliam-bratches <williambratches@gmail.com>
Sat, 22 Mar 2014 04:40:53 +0000 (00:40 -0400)
karmaworld/templates/notes/search_results.html

index 89cf619f9adcc5415b5afc9be25bc55a2ab5c9be..edd6412f4d972579ec89a37e2f301f4d20280160 100644 (file)
@@ -43,7 +43,7 @@
               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') {