// Generated by CoffeeScript 1.3.3 (function() { var STORAGE_NAME, setall, visible; STORAGE_NAME = 'tvgids-channels'; visible = localStorage.hasOwnProperty(STORAGE_NAME) ? localStorage.getItem(STORAGE_NAME).split(',') : _.pluck(CHANNELS, 'id'); _.each(CHANNELS, function(channel) { var elem, input, is_visible; is_visible = _.contains(visible, channel.id); input = $(''); input.attr('checked', is_visible); input.change(function() { return $(this).parent().toggleClass('disabled', !$(this).is(':checked')); }); input.change(function() { return $('#select-channels').submit(); }); elem = $('