Make setting name capitalization consistent with other settings. #2282

This commit is contained in:
ccd0 2019-07-06 14:29:05 -07:00
parent 4aacfe520d
commit 6279d4e434
2 changed files with 2 additions and 2 deletions

View File

@ -9,7 +9,7 @@ PostJumper =
cb: @node cb: @node
node: -> node: ->
return unless Conf['Unique ID and capcode Navigation'] return unless Conf['Unique ID and Capcode Navigation']
if @nodes.uniqueIDRoot and not @isClone if @nodes.uniqueIDRoot and not @isClone
PostJumper.addButtons @,'uniqueID' PostJumper.addButtons @,'uniqueID'

View File

@ -92,7 +92,7 @@ Config =
false false
'Add buttons to navigate to top / bottom of thread.' 'Add buttons to navigate to top / bottom of thread.'
] ]
'Unique ID and capcode Navigation': [ 'Unique ID and Capcode Navigation': [
false false
'Add buttons to navigate to posts having the same unique ID or capcode.' 'Add buttons to navigate to posts having the same unique ID or capcode.'
] ]