# Delete tag button unresponsive?

**URL:** https://meta.discourse.org/t/delete-tag-button-unresponsive/284741
**Category:** Support
**Tags:** tags
**Created:** [November 7, 2023, 7:41pm UTC](https://meta.discourse.org/t/delete-tag-button-unresponsive/284741 "2023-11-07T19:41:58Z")
**Posts on this page:** 5
**Page:** 1

<div class="post-metadata">

### Author: ![ganncamp](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/ganncamp/32/106199_2.png) [@ganncamp](https://meta.discourse.org/u/ganncamp)
#### Post date: [November 7, 2023, 7:41pm UTC](https://meta.discourse.org/t/delete-tag-button-unresponsive/284741/1 "2023-11-07T19:41:59Z")

</div>

My search turns up at least a couple of topics about deleting - or not - tags. They’re old and seem to be solved.

Aand… it looks like this is a brittle feature? Because it seems to be broken again, at least on my site:

(Can others see the video? Alas it’s just a black box for me. My company’s “safe” browser strikes again, I fear.)

---

<div class="post-metadata">

### Author: ![Arkshine](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/arkshine/32/298682_2.png) [@Arkshine](https://meta.discourse.org/u/Arkshine)
#### Post date: [November 7, 2023, 8:02pm UTC](https://meta.discourse.org/t/delete-tag-button-unresponsive/284741/2 "2023-11-07T20:02:57Z")

</div>

Can you check if there are any details in the browser console when you click on the button?

Looks like the modal doesn’t open.

> [@ganncamp](#):
>
> Can others see the video?

Yes, there is no issue. Do you see a black box without a play button?

---

<div class="post-metadata">

### Author: ![ganncamp](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/ganncamp/32/106199_2.png) [@ganncamp](https://meta.discourse.org/u/ganncamp)
#### Post date: [November 7, 2023, 8:05pm UTC](https://meta.discourse.org/t/delete-tag-button-unresponsive/284741/3 "2023-11-07T20:05:13Z")

</div>

Hmm… it was just a black box in the post preview window, but now I do get a play button (that works!) 😅

And yes, good call. There’s a JS error:

```plaintext
tag-info.js:146 Uncaught TypeError: this.get is not a function
    at Object.deleteTag (tag-info.js:146:14)
    at $._run (index.ts:665:23)
    at $._join (index.ts:640:19)
    at $.join (index.ts:362:17)
    at p (index.js:156:1)
    at index.js:707:1
    at e.flaggedInstrument (index.js:126:1)
    at index.js:706:1
    at index.js:665:1
    at d._triggerAction (d-button.js:117:25)
    at d.click (d-button.js:87:21)
deleteTag @ tag-info.js:146
$._run @ index.ts:665
$._join @ index.ts:640
$.join @ index.ts:362
p @ index.js:156
(anonymous) @ index.js:707
e.flaggedInstrument @ index.js:126
(anonymous) @ index.js:706
(anonymous) @ index.js:665
_triggerAction @ d-button.js:117
click @ d-button.js:87

```

---

<div class="post-metadata">

### Author: ![Arkshine](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/arkshine/32/298682_2.png) [@Arkshine](https://meta.discourse.org/u/Arkshine)
#### Post date: [November 7, 2023, 8:26pm UTC](https://meta.discourse.org/t/delete-tag-button-unresponsive/284741/4 "2023-11-07T20:26:34Z")

</div>

Side-effets of  
[https://github.com/discourse/discourse/commit/82d6d691eec9e97c88d67182bcbc583461e3e0dc#diff-7bf664637990130161349933254f04cf4a8536f60b96b65257750329cf35020e](https://github.com/discourse/discourse/commit/82d6d691eec9e97c88d67182bcbc583461e3e0dc#diff-7bf664637990130161349933254f04cf4a8536f60b96b65257750329cf35020e)

And fixed here  
[https://github.com/discourse/discourse/commit/39e1b97a5d162ebd0c19260ee4a17339bdd9dc5b](https://github.com/discourse/discourse/commit/39e1b97a5d162ebd0c19260ee4a17339bdd9dc5b)

You should upgrade Discourse to fix this issue! 🙂

---

<div class="post-metadata">

### Author: ![system](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/system/32/443519_2.png) [@system](https://meta.discourse.org/u/system)
#### Post date: [December 7, 2023, 8:58pm UTC](https://meta.discourse.org/t/delete-tag-button-unresponsive/284741/11 "2023-12-07T20:58:13Z")

</div>

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.
