From 061d42bc93f3e381de0159a55959444fc7a0c34f Mon Sep 17 00:00:00 2001 From: ccd0 Date: Fri, 13 May 2016 22:34:35 -0700 Subject: [PATCH] Update issue link. --- src/classes/Post.coffee | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/classes/Post.coffee b/src/classes/Post.coffee index 6b5eefe70..99abd1902 100644 --- a/src/classes/Post.coffee +++ b/src/classes/Post.coffee @@ -74,7 +74,7 @@ class Post quotelinks: [] # XXX Edge invalidates HTMLCollections when an ancestor node is inserted into another node. - # https://connect.microsoft.com/IE/feedback/details/1198967/ie11-appendchild-provoke-an-error-on-an-htmlcollection + # https://developer.microsoft.com/en-us/microsoft-edge/platform/issues/7560353/ if $.engine is 'edge' Object.defineProperty nodes, 'backlinks', configurable: true