Fix whenModified argument.

This commit is contained in:
ccd0 2015-01-24 15:51:05 -08:00
parent aeb5db348d
commit 79714c6ab9

View File

@ -239,6 +239,7 @@ ThreadUpdater =
ThreadUpdater.req?.abort()
ThreadUpdater.req = $.ajax "//a.4cdn.org/#{ThreadUpdater.thread.board}/thread/#{ThreadUpdater.thread}.json",
onloadend: ThreadUpdater.cb.load
,
whenModified: true
updateThreadStatus: (type, status) ->