Skip to content

Commit

Permalink
🎈 M Scripts/Dota2/heropedia.js
Browse files Browse the repository at this point in the history
  • Loading branch information
SteamTracker committed Apr 28, 2015
1 parent 3952227 commit c89e822
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Scripts/Dota2/heropedia.js
Expand Up @@ -12,7 +12,7 @@ $(document).ready(
{
type:'GET',
cache:true,
url:'http://www.dota2.com/jsfeed/heropickerdata?v=2727242&l=english',
url:'http://www.dota2.com/jsfeed/heropickerdata?v=2730490&l=english',
dataType:'json',
success:function(heroPickerJSON){ g_rgHeroPickerData = heroPickerJSON; sortHeroNameDropdown(); g_bHeroPickerDataReady = true; $('#heroBioLoading').hide(); $('#heroBioDynamic').show(); $('#heroBioName').html( 'Choose a hero' ); updateFilters(); }
}
Expand Down

0 comments on commit c89e822

Please sign in to comment.