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.' ]