From 9dbc4e93be260b86d51e809e9f4e67f1270e5fd5 Mon Sep 17 00:00:00 2001 From: 8chan Date: Mon, 15 Dec 2014 23:35:39 -0800 Subject: [PATCH 1/3] Show backlinks on OP --- js/show-backlinks.js | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/js/show-backlinks.js b/js/show-backlinks.js index fa4865fd..6f4cafa9 100644 --- a/js/show-backlinks.js +++ b/js/show-backlinks.js @@ -15,7 +15,7 @@ onready(function(){ var showBackLinks = function() { - var reply_id = $(this).attr('id').replace(/^reply_/, ''); + var reply_id = $(this).attr('id').replace(/^(reply|op)_/, ''); $(this).find('div.body a:not([rel="nofollow"])').each(function() { var id, post, $mentioned; @@ -26,6 +26,9 @@ onready(function(){ return; $post = $('#reply_' + id); + if($post.length == 0) + $post = $('#op_' + id); + if($post.length == 0) return; From d0d2abe8ec2379d4fab4b974e2b7893804e760d9 Mon Sep 17 00:00:00 2001 From: 8chan Date: Tue, 16 Dec 2014 00:33:20 -0800 Subject: [PATCH 2/3] Why not let users resize the QR horizontally? --- js/quick-reply.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/quick-reply.js b/js/quick-reply.js index 85503dd8..7156b224 100644 --- a/js/quick-reply.js +++ b/js/quick-reply.js @@ -87,7 +87,7 @@ -webkit-box-sizing:border-box;\ -moz-box-sizing: border-box;\ font-size: 10pt;\ - resize: vertical;\ + resize: both;\ }\ #quick-reply input, #quick-reply select, #quick-reply textarea {\ margin: 0 0 1px 0;\ From 8b701ef10a79df3126ebb8e4a048d756c4a8d2b1 Mon Sep 17 00:00:00 2001 From: 8chan Date: Wed, 17 Dec 2014 05:29:56 -0800 Subject: [PATCH 3/3] Add news+ to excluded in FAQ --- faq.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/faq.php b/faq.php index 4644d501..6803b8d5 100644 --- a/faq.php +++ b/faq.php @@ -65,7 +65,7 @@ $body = <<

How are featured boards chosen?

-

Top fifteen boards excluding /meta/, /b/ and /pol/.

+

Top fifteen boards excluding /meta/, /b/ and /news+/.

Who owns /meta/ and /b/?

No one, so they are de facto property of the administration.