瀏覽代碼

Fixed error when no channels are selected

Taddeus Kroes 12 年之前
父節點
當前提交
93036496a6
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      guide.coffee

+ 1 - 1
guide.coffee

@@ -97,7 +97,7 @@ ChannelList = Backbone.Collection.extend(
                             article_id: p.artikel_id
                             article_title: p.artikel_titel
                         ) for p in programs
-                    ))
+                    )) if channel?
                 $('#loading-screen').hide()
         )
 )