From 6279d4e434d344cdba41a49a9fc5788fcbe0c188 Mon Sep 17 00:00:00 2001 From: ccd0 Date: Sat, 6 Jul 2019 14:29:05 -0700 Subject: [PATCH] Make setting name capitalization consistent with other settings. #2282 --- src/Miscellaneous/PostJumper.coffee | 2 +- src/config/Config.coffee | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Miscellaneous/PostJumper.coffee b/src/Miscellaneous/PostJumper.coffee index d16cd1833..d68e1dc62 100644 --- a/src/Miscellaneous/PostJumper.coffee +++ b/src/Miscellaneous/PostJumper.coffee @@ -9,7 +9,7 @@ PostJumper = cb: @node node: -> - return unless Conf['Unique ID and capcode Navigation'] + return unless Conf['Unique ID and Capcode Navigation'] if @nodes.uniqueIDRoot and not @isClone PostJumper.addButtons @,'uniqueID' diff --git a/src/config/Config.coffee b/src/config/Config.coffee index 5e0e48fee..53c75d392 100644 --- a/src/config/Config.coffee +++ b/src/config/Config.coffee @@ -92,7 +92,7 @@ Config = false 'Add buttons to navigate to top / bottom of thread.' ] - 'Unique ID and capcode Navigation': [ + 'Unique ID and Capcode Navigation': [ false 'Add buttons to navigate to posts having the same unique ID or capcode.' ]