# Removing bookmarks from profile doesn't work

**URL:** https://meta.discourse.org/t/removing-bookmarks-from-profile-doesnt-work/31765
**Category:** Bug
**Created:** [August 4, 2015, 10:29pm UTC](https://meta.discourse.org/t/removing-bookmarks-from-profile-doesnt-work/31765 "2015-08-04T22:29:04Z")
**Posts on this page:** 4
**Page:** 1

<div class="post-metadata">

### Author: ![gerhard](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/gerhard/32/119479_2.png) [@gerhard](https://meta.discourse.org/u/gerhard)
#### Post date: [August 4, 2015, 10:29pm UTC](https://meta.discourse.org/t/removing-bookmarks-from-profile-doesnt-work/31765/1 "2015-08-04T22:29:04Z")

</div>

**Steps to reproduce:**

- Go to the bookmark list in your profile
- Click on the “Remove Bookmark” button

**Expected result:**  
The bookmark should be deleted.

**Actual result:**  
Nothing happens. There’s an error in the JavaScript console:

```
<Discourse.StreamItemComponent:ember1571> had no action handler for: removeBookmark

```

---

<div class="post-metadata">

### Author: ![codinghorror](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/codinghorror/32/110067_2.png) [@codinghorror](https://meta.discourse.org/u/codinghorror)
#### Post date: [August 4, 2015, 11:09pm UTC](https://meta.discourse.org/t/removing-bookmarks-from-profile-doesnt-work/31765/2 "2015-08-04T23:09:13Z")

</div>

Aha! Can you check into this tomorrow @eviltrout I also noticed weirdness with this.

---

<div class="post-metadata">

### Author: ![zogstrip](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/zogstrip/32/512781_2.png) [@zogstrip](https://meta.discourse.org/u/zogstrip)
#### Post date: [August 5, 2015, 10:41am UTC](https://meta.discourse.org/t/removing-bookmarks-from-profile-doesnt-work/31765/3 "2015-08-05T10:41:23Z")

</div>

Thanks for reporting that issue. Just pushed a fix 🐈

[https://github.com/discourse/discourse/commit/b8c8348e5b1afa59ccb714f9291575417e5b94b4](https://github.com/discourse/discourse/commit/b8c8348e5b1afa59ccb714f9291575417e5b94b4)

---

<div class="post-metadata">

### Author: ![zogstrip](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/zogstrip/32/512781_2.png) [@zogstrip](https://meta.discourse.org/u/zogstrip)
#### Post date: [August 5, 2015, 10:41am UTC](https://meta.discourse.org/t/removing-bookmarks-from-profile-doesnt-work/31765/4 "2015-08-05T10:41:25Z")

</div>


