From 0fd554705c21629f7f7d474e8f5274770eb856eb Mon Sep 17 00:00:00 2001 From: ccd0 Date: Mon, 28 Sep 2015 10:47:19 -0700 Subject: [PATCH] Fix resurrected quotes opening in new tabs. #482 Particularly a problem for deleted posts in the same thread. In all cases inconsistent with current normal quotelink behavior. --- src/Quotelinks/Quotify.coffee | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/Quotelinks/Quotify.coffee b/src/Quotelinks/Quotify.coffee index ff4be4a31..bf806afff 100755 --- a/src/Quotelinks/Quotify.coffee +++ b/src/Quotelinks/Quotify.coffee @@ -53,7 +53,6 @@ Quotify = a = $.el 'a', href: Build.postURL boardID, post.thread.ID, postID className: 'quotelink deadlink' - target: '_blank' textContent: "#{quote}\u00A0(Dead)" $.extend a.dataset, {boardID, threadID: post.thread.ID, postID} @@ -65,7 +64,6 @@ Quotify = a = $.el 'a', href: redirect or 'javascript:;' className: 'deadlink' - target: '_blank' textContent: "#{quote}\u00A0(Dead)" if fetchable # Make it function as a normal quote if we can fetch the post.