Typo
It just werx
This commit is contained in:
parent
16db343318
commit
cb498db8df
@ -1,4 +1,4 @@
|
||||
- **New feature**: `Color user IDs`, enabled by default
|
||||
- **New feature**: `Color User IDs`, enabled by default
|
||||
|
||||
## 3.10.0 - *2013-08-22*
|
||||
|
||||
|
||||
@ -50,7 +50,7 @@ Config =
|
||||
'Thread Excerpt': [true, 'Show an excerpt of the thread in the tab title.']
|
||||
'Thread Stats': [true, 'Display reply, image, and page count.']
|
||||
'Thread Watcher': [true, 'Bookmark threads.']
|
||||
'Color user IDs': [true, 'Assign unique colors to user IDs on boards that use them.']
|
||||
'Color User IDs': [true, 'Assign unique colors to user IDs on boards that use them.']
|
||||
'Posting':
|
||||
'Quick Reply': [true, 'All-in-one form to reply, create threads, automate dumping and more.']
|
||||
'Persistent QR': [false, 'The Quick reply won\'t disappear after posting.']
|
||||
|
||||
@ -107,7 +107,7 @@ Main =
|
||||
initFeature 'Mark OP Quotes', QuoteOP
|
||||
initFeature 'Mark Cross-thread Quotes', QuoteCT
|
||||
initFeature 'Anonymize', Anonymize
|
||||
initFeature 'Color user IDs', IDColor
|
||||
initFeature 'Color User IDs', IDColor
|
||||
initFeature 'Time Formatting', Time
|
||||
initFeature 'Relative Post Dates', RelativeDates
|
||||
initFeature 'File Info Formatting', FileInfo
|
||||
|
||||
@ -1,10 +1,10 @@
|
||||
IDColor =
|
||||
init: ->
|
||||
return if g.VIEW is 'catalog' or !Conf['Color user IDs']
|
||||
return if g.VIEW is 'catalog' or !Conf['Color User IDs']
|
||||
@ids = {}
|
||||
|
||||
Post::callbacks.push
|
||||
name: 'Color user IDs'
|
||||
name: 'Color User IDs'
|
||||
cb: @node
|
||||
|
||||
node: ->
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user