From b1e06601aaff0fc520ddd773db2a01ced7bd74de Mon Sep 17 00:00:00 2001 From: Jordan Bates Date: Tue, 14 May 2013 18:08:11 -0700 Subject: [PATCH] @zixaphir in charge of not making small mistakes :3 --- builds/4chan-X.js | 2 +- builds/4chan-X.user.js | 2 +- builds/crx/script.js | 2 +- src/General/Config.coffee | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/builds/4chan-X.js b/builds/4chan-X.js index 23957bcd8..3d1664d77 100644 --- a/builds/4chan-X.js +++ b/builds/4chan-X.js @@ -209,7 +209,7 @@ 'Quote Highlighting': [true, 'Highlight the previewed post.'], 'Resurrect Quotes': [true, 'Link dead quotes to the archives.'], 'Mark Quotes of You': [true, 'Add \'(You)\' to quotes linking to your posts.'], - 'Quoted Title': ['Change the page title to reflect you\'ve been quoted.', false], + 'Quoted Title': [false, 'Change the page title to reflect you\'ve been quoted.'], 'Highlight Posts Quoting You': [false, 'Highlights any posts that contain a quote to your post.'], 'Highlight Own Posts': [false, 'Highlights own posts if Mark Quotes of You is enabled.'], 'Mark OP Quotes': [true, 'Add \'(OP)\' to OP quotes.'], diff --git a/builds/4chan-X.user.js b/builds/4chan-X.user.js index 6fc59ada3..3b1a2b3eb 100644 --- a/builds/4chan-X.user.js +++ b/builds/4chan-X.user.js @@ -210,7 +210,7 @@ 'Quote Highlighting': [true, 'Highlight the previewed post.'], 'Resurrect Quotes': [true, 'Link dead quotes to the archives.'], 'Mark Quotes of You': [true, 'Add \'(You)\' to quotes linking to your posts.'], - 'Quoted Title': ['Change the page title to reflect you\'ve been quoted.', false], + 'Quoted Title': [false, 'Change the page title to reflect you\'ve been quoted.'], 'Highlight Posts Quoting You': [false, 'Highlights any posts that contain a quote to your post.'], 'Highlight Own Posts': [false, 'Highlights own posts if Mark Quotes of You is enabled.'], 'Mark OP Quotes': [true, 'Add \'(OP)\' to OP quotes.'], diff --git a/builds/crx/script.js b/builds/crx/script.js index 7073c27a9..2c7f2c136 100644 --- a/builds/crx/script.js +++ b/builds/crx/script.js @@ -191,7 +191,7 @@ 'Quote Highlighting': [true, 'Highlight the previewed post.'], 'Resurrect Quotes': [true, 'Link dead quotes to the archives.'], 'Mark Quotes of You': [true, 'Add \'(You)\' to quotes linking to your posts.'], - 'Quoted Title': ['Change the page title to reflect you\'ve been quoted.', false], + 'Quoted Title': [false, 'Change the page title to reflect you\'ve been quoted.'], 'Highlight Posts Quoting You': [false, 'Highlights any posts that contain a quote to your post.'], 'Highlight Own Posts': [false, 'Highlights own posts if Mark Quotes of You is enabled.'], 'Mark OP Quotes': [true, 'Add \'(OP)\' to OP quotes.'], diff --git a/src/General/Config.coffee b/src/General/Config.coffee index f8d3424ec..9605535b1 100644 --- a/src/General/Config.coffee +++ b/src/General/Config.coffee @@ -332,8 +332,8 @@ Config = 'Add \'(You)\' to quotes linking to your posts.' ] 'Quoted Title': [ - 'Change the page title to reflect you\'ve been quoted.' false + 'Change the page title to reflect you\'ve been quoted.' ] 'Highlight Posts Quoting You': [ false