Removed not needed check.
This commit is contained in:
parent
7bec04cfbd
commit
7dad383c07
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ class App.TicketZoomArticleView extends App.Controller
|
||||||
all = []
|
all = []
|
||||||
for ticket_article_id in @ticket_article_ids
|
for ticket_article_id in @ticket_article_ids
|
||||||
controllerKey = ticket_article_id.toString()
|
controllerKey = ticket_article_id.toString()
|
||||||
if !@articleController[controllerKey] && App.TicketArticle.exists(ticket_article_id)
|
if !@articleController[controllerKey]
|
||||||
el = $('<div></div>')
|
el = $('<div></div>')
|
||||||
@articleController[controllerKey] = new ArticleViewItem(
|
@articleController[controllerKey] = new ArticleViewItem(
|
||||||
ticket: @ticket
|
ticket: @ticket
|
||||||
|
|
Loading…
Reference in a new issue