Remove old Freebase standard reconciliation service
This commit is contained in:
parent
80b85dd6df
commit
7186e42b0c
@ -155,10 +155,11 @@ ReconciliationManager.save = function(f) {
|
||||
ReconciliationManager.standardServices = JSON.parse(data.value);
|
||||
ReconciliationManager._rebuildMap();
|
||||
} else {
|
||||
ReconciliationManager.registerStandardService(
|
||||
// FIXME: Standard recon service needs to be replaced
|
||||
// ReconciliationManager.registerStandardService(
|
||||
// "http://reconcile.freebaseapps.com/reconcile"
|
||||
"http://standard-reconcile.freebaseapps.com/reconcile"
|
||||
);
|
||||
// "http://standard-reconcile.freebaseapps.com/reconcile"
|
||||
// );
|
||||
}
|
||||
},
|
||||
dataType: "json"
|
||||
|
Loading…
Reference in New Issue
Block a user