From e92f5d573bd3aa26658961997fdf45913ceb08ad Mon Sep 17 00:00:00 2001 From: Pavel Djundik Date: Thu, 12 Jul 2018 21:34:53 +0300 Subject: [PATCH] Remove extra invalid class on links in chat --- client/js/libs/handlebars/parse.js | 3 --- 1 file changed, 3 deletions(-) diff --git a/client/js/libs/handlebars/parse.js b/client/js/libs/handlebars/parse.js index 03f1d38f..0b0dfe48 100644 --- a/client/js/libs/handlebars/parse.js +++ b/client/js/libs/handlebars/parse.js @@ -86,9 +86,6 @@ module.exports = function parse(createElement, text, message = null) { if (textPart.link) { const preview = message && message.previews.find((p) => p.link === textPart.link); const link = createElement("a", { - class: [ - "inline-channel", - ], attrs: { href: textPart.link, target: "_blank",