From 38ba9d81840d42f7c8049cfe69add747c735f70e Mon Sep 17 00:00:00 2001 From: Jason McBrayer Date: Thu, 30 Aug 2018 19:36:32 -0400 Subject: [PATCH] Fix ID of status spinner --- brutaldon/templates/main/toot_partial.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/brutaldon/templates/main/toot_partial.html b/brutaldon/templates/main/toot_partial.html index 1932c0e..b94285c 100644 --- a/brutaldon/templates/main/toot_partial.html +++ b/brutaldon/templates/main/toot_partial.html @@ -92,7 +92,7 @@ {% if toot.visibility != 'private' and toot.visibility != 'direct' %} + ic-indicator="#toot-spinner-{{toot.id}}"> {% if toot.reblogged %} Boosted @@ -106,7 +106,7 @@ {% endif %} + ic-indicator="#toot-spinner-{{toot.id}}"> {% if toot.favourited %} Favorited @@ -117,7 +117,7 @@ - +
{% if toot.account.acct == own_acct.acct %}