From: william-bratches Date: Sat, 22 Mar 2014 04:40:53 +0000 (-0400) Subject: removing the bug duplicating thanks messages X-Git-Tag: release-20150131~144^2~12^2~22 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=f51ec65f1f3e2dfb8a15e3ea8e3604bc6f246ee8;p=oweals%2Fkarmaworld.git removing the bug duplicating thanks messages --- 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') {