Commit 42b94ce0 authored by Taddeüs Kroes's avatar Taddeüs Kroes

F*cking stupid... stuff works way faster now

parent b87ff2e4
...@@ -77,7 +77,7 @@ ChannelList = Backbone.Collection.extend( ...@@ -77,7 +77,7 @@ ChannelList = Backbone.Collection.extend(
$('#loading-screen').show() $('#loading-screen').show()
$.getJSON( $.getJSON(
FETCH_URL FETCH_URL
channels: @pluck('id').join(','), day: day channels: Settings.get('favourite_channels').join(','), day: day
(channels) -> (channels) ->
_.each channels, (programs, id) -> _.each channels, (programs, id) ->
channel = Channels.findWhere(id: id) channel = Channels.findWhere(id: id)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment