Removed not needed check.

This commit is contained in:
Martin Edenhofer 2016-08-25 15:14:24 +02:00
parent 7bec04cfbd
commit 7dad383c07

View file

@ -12,7 +12,7 @@ class App.TicketZoomArticleView extends App.Controller
all = []
for ticket_article_id in @ticket_article_ids
controllerKey = ticket_article_id.toString()
if !@articleController[controllerKey] && App.TicketArticle.exists(ticket_article_id)
if !@articleController[controllerKey]
el = $('<div></div>')
@articleController[controllerKey] = new ArticleViewItem(
ticket: @ticket