Skip to content

Instantly share code, notes, and snippets.

@vladtsf
Created December 14, 2011 12:40
Show Gist options
  • Save vladtsf/1476422 to your computer and use it in GitHub Desktop.
Save vladtsf/1476422 to your computer and use it in GitHub Desktop.
jQuery(document).ready(function($) {
var Registry = $.Sports.Registry;
Registry
.set('account_id', 0)
.set('season_id', 1281)
.set('tour_num', 22)
.set('league_country', 'england')
.set('sport_name', 'football');
$('.forecast-filter').forecastFilter();
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment