FIXED - task 584: remove busy spinner & show error if failed to query new recon service
http://code.google.com/p/google-refine/issues/detail?id=584 git-svn-id: http://google-refine.googlecode.com/svn/trunk@2579 7d457c2a-affb-35e4-300a-418c747d4874
This commit is contained in:
parent
f135b1b8d9
commit
3ff52ba494
@ -99,7 +99,11 @@ ReconciliationManager.registerStandardService = function(url, f) {
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"jsonp"
|
"jsonp"
|
||||||
);
|
)
|
||||||
|
.error(function(jqXHR, textStatus, errorThrown) {
|
||||||
|
dismissBusy();
|
||||||
|
alert('Error contacting recon service: '+textStatus + ' : ' + errorThrown);
|
||||||
|
});
|
||||||
};
|
};
|
||||||
|
|
||||||
ReconciliationManager.unregisterService = function(service, f) {
|
ReconciliationManager.unregisterService = function(service, f) {
|
||||||
|
Loading…
Reference in New Issue
Block a user