From 59df0e0e249a89018e0414eb65563e314471b619 Mon Sep 17 00:00:00 2001 From: Nicolas Stepien Date: Mon, 8 Apr 2013 16:43:27 +0200 Subject: [PATCH] Fix #995. --- CHANGELOG.md | 2 ++ src/features.coffee | 1 + 2 files changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index eb6637b33..463426d76 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,5 @@ +- Fixed a bug where dead quotelinks would disappear. + ### 3.0.1 - *2013-04-08* - Added the possibility to combine board-list toggle and custom text. diff --git a/src/features.coffee b/src/features.coffee index afa37b8e1..a0c93c28a 100644 --- a/src/features.coffee +++ b/src/features.coffee @@ -2609,6 +2609,7 @@ Quotify = $.replace deadlink, a if $.hasClass a, 'quotelink' @nodes.quotelinks.push a + a = null return QuoteInline =