Skip to content

Instantly share code, notes, and snippets.

@arestov
Created April 7, 2010 15:48
Show Gist options
  • Save arestov/359036 to your computer and use it in GitHub Desktop.
Save arestov/359036 to your computer and use it in GitHub Desktop.
$.ajax({
url: 'http://audme.ru/',
success: function(){
seesu.delayed_search.available.push('audme');
$('#mp3way-audme').removeClass('cant-be-used');
log('audme nice')
},
timeout: 7000,
error: function(){
log('audme error')
},
complete: function(){
prov_count_down--;
if (prov_count_down == 0){
swith_to_provider();
}
}
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment