Make setting name capitalization consistent with other settings. #2282
This commit is contained in:
parent
4aacfe520d
commit
6279d4e434
@ -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'
|
||||
|
||||
@ -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.'
|
||||
]
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user