From 263ed8a5f93d4a3c763abb9001fec9ebe38e590b Mon Sep 17 00:00:00 2001 From: Nicolas Stepien Date: Mon, 8 Apr 2013 12:28:09 +0200 Subject: [PATCH] Enable OP backlinks by default. --- src/config.coffee | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/config.coffee b/src/config.coffee index cdc746f3f..6e9294292 100644 --- a/src/config.coffee +++ b/src/config.coffee @@ -54,7 +54,7 @@ Config = 'Hide Original Post Form': [true, 'Hide the normal post form.'] 'Quote Links': 'Quote Backlinks': [true, 'Add quote backlinks.'] - 'OP Backlinks': [false, 'Add backlinks to the OP.'] + 'OP Backlinks': [true, 'Add backlinks to the OP.'] 'Quote Inlining': [true, 'Inline quoted post on click.'] 'Forward Hiding': [true, 'Hide original posts of inlined backlinks.'] 'Quote Previewing': [true, 'Show quoted post on hover.']