Taddeus Kroes 12 жил өмнө
parent
commit
58af194407
1 өөрчлөгдсөн 1 нэмэгдсэн , 1 устгасан
  1. 1 1
      guide.coffee

+ 1 - 1
guide.coffee

@@ -53,8 +53,8 @@ ChannelList = Backbone.Collection.extend(
         #@fetchPrograms(0)
         #@fetchPrograms(0)
 
 
     fetch: ->
     fetch: ->
-        @reset(CHANNELS.slice(0,3))
         @reset(CHANNELS)
         @reset(CHANNELS)
+        #@reset(CHANNELS.slice(0,3))
         #$.getJSON('channels.php', (data) => @reset(data))
         #$.getJSON('channels.php', (data) => @reset(data))
 
 
     fetchVisible: ->
     fetchVisible: ->