Explorar o código

Fixed error when no channels are selected

Taddeus Kroes %!s(int64=12) %!d(string=hai) anos
pai
achega
93036496a6
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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()
         )
 )