From f51ec65f1f3e2dfb8a15e3ea8e3604bc6f246ee8 Mon Sep 17 00:00:00 2001 From: william-bratches Date: Sat, 22 Mar 2014 00:40:53 -0400 Subject: [PATCH] removing the bug duplicating thanks messages --- karmaworld/templates/notes/search_results.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/karmaworld/templates/notes/search_results.html b/karmaworld/templates/notes/search_results.html index 89cf619..edd6412 100644 --- a/karmaworld/templates/notes/search_results.html +++ b/karmaworld/templates/notes/search_results.html @@ -43,7 +43,7 @@ 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