This should refresh after setting excerpt.
Fixes bug from 517fa1c4b60cc0d82896744e97830a0850b54951.
This commit is contained in:
parent
46765f2b5d
commit
e5673c7454
@ -93,6 +93,7 @@ ThreadWatcher =
|
|||||||
# Add missing excerpt for threads added by Auto Watch
|
# Add missing excerpt for threads added by Auto Watch
|
||||||
if data and not data.excerpt?
|
if data and not data.excerpt?
|
||||||
ThreadWatcher.db.extend {boardID, threadID, val: {excerpt: Get.threadExcerpt @thread}}
|
ThreadWatcher.db.extend {boardID, threadID, val: {excerpt: Get.threadExcerpt @thread}}
|
||||||
|
ThreadWatcher.refresh()
|
||||||
|
|
||||||
catalogNode: ->
|
catalogNode: ->
|
||||||
$.addClass @nodes.root, 'watched' if ThreadWatcher.isWatched @thread
|
$.addClass @nodes.root, 'watched' if ThreadWatcher.isWatched @thread
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user