Skip to content

Commit

Permalink
fix(forum_conversation): remove onclick DisabledMe cause it has no ef…
Browse files Browse the repository at this point in the history
…fect
  • Loading branch information
vincentporte committed Sep 21, 2023
1 parent f338d11 commit d04f312
Showing 1 changed file with 0 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@
data-matomo-category="engagement"
data-matomo-action="showmore"
data-matomo-option="post"
onclick=DisabledMe("showmoreposts-button{{topic.pk}}")
aria-label="{% trans "Show me the comment" %}"
role="button"
>
Expand Down Expand Up @@ -64,10 +63,3 @@
{% endif %}
</div>
{% endif %}


<script>
function DisabledMe(id) {
document.getElementById(id).classList.add('disabled');
}
</script>

0 comments on commit d04f312

Please sign in to comment.