diff --git a/app/assets/javascripts/discourse/widgets/quick-access-item.js.es6 b/app/assets/javascripts/discourse/widgets/quick-access-item.js.es6 index a9c2706769..a37200e595 100644 --- a/app/assets/javascripts/discourse/widgets/quick-access-item.js.es6 +++ b/app/assets/javascripts/discourse/widgets/quick-access-item.js.es6 @@ -33,19 +33,11 @@ createWidget("quick-access-item", { return result; }, - html({ href, icon }) { - let content = this._contentHtml(); - - let topicId = href.match(/\/t\/.*?\/(\d+)/); - if (topicId && topicId[1]) { - topicId = escapeExpression(topicId[1]); - content = `${content}`; - } - + html({ icon, href }) { return h("a", { attributes: { href } }, [ iconNode(icon), new RawHtml({ - html: `