From 16dddbdeae343b58ecc29ddabeead0ddc7037c9f Mon Sep 17 00:00:00 2001 From: Ryan Lerch Date: Aug 13 2018 05:11:51 +0000 Subject: fix the JS generated output of comment reactions This fixes the output of the comment reactions that is generated by the async JS so the output is visually the same as what is gernerated by the templates. Fixes: #3484 Signed-off-by: Ryan Lerch --- diff --git a/pagure/static/reactions.js b/pagure/static/reactions.js index 5411a95..69d9c3c 100644 --- a/pagure/static/reactions.js +++ b/pagure/static/reactions.js @@ -17,7 +17,7 @@ counter.text(parseInt(counter.text(), 10) + 1); } else { reactions.append( - '');