Skip to content

Commit

Permalink
Minor tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
brianfreud committed Jul 2, 2012
1 parent 3293eef commit bba86fb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions testing.user.js
@@ -1,6 +1,6 @@
// ==UserScript==
// @name Testing 1
// @version 0.02.0029
// @version 0.02.0030
// @description
// @include http://musicbrainz.org/artist/*
// @include http://beta.musicbrainz.org/artist/*
Expand Down Expand Up @@ -1395,12 +1395,12 @@ OUTERCONTEXT.CONTEXTS.INNER = function INNER ($, INNERCONTEXT) {
{ cache : false
, context : this
, url : 'http://coverartarchive.org/release/' + $self.data('entity')
, error : function handler(jqXHR, textStatus, errorThrown, data) {
, error : function loadRowInfo_ajax_error (jqXHR, textStatus, errorThrown, data) {
// Reference http://tickets.musicbrainz.org/browse/CAA-24
$.log('Ignore the XMLHttpRequest error. CAA returned XML stating that CAA has no images for this release.');
$row.trigger('loaded');
}
, success : function caa_response_mediator(response, textStatus, jqXHR) {
, success : function loadRowInfo_ajax_success (response, textStatus, jqXHR) {
return INNERCONTEXT.UTILITY.processCAAResponse(response, textStatus, jqXHR, { $row: $row });
}
}
Expand Down

0 comments on commit bba86fb

Please sign in to comment.