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
|
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'
|
||||||
|
|||||||
@ -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.'
|
||||||
]
|
]
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user