Fix docs update notif not being displayed in some cases

pull/438/head
Thibaut Courouble 9 years ago
parent 7afd92cb9c
commit d8231be3ec

@ -10,7 +10,7 @@ class app.views.Updates extends app.views.Notif
@lastUpdateTime = @getLastUpdateTime() @lastUpdateTime = @getLastUpdateTime()
@updatedDocs = @getUpdatedDocs() @updatedDocs = @getUpdatedDocs()
@updatedDisabledDocs = @getUpdatedDisabledDocs() @updatedDisabledDocs = @getUpdatedDisabledDocs()
@show() if @updatedDocs.length @show() if @updatedDocs.length > 0 or @updatedDisabledDocs.length > 0
@markAllAsRead() @markAllAsRead()
return return

Loading…
Cancel
Save