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.standardServices = JSON.parse(data.value);
|
||||||
ReconciliationManager._rebuildMap();
|
ReconciliationManager._rebuildMap();
|
||||||
} else {
|
} else {
|
||||||
ReconciliationManager.registerStandardService(
|
// FIXME: Standard recon service needs to be replaced
|
||||||
|
// ReconciliationManager.registerStandardService(
|
||||||
// "http://reconcile.freebaseapps.com/reconcile"
|
// "http://reconcile.freebaseapps.com/reconcile"
|
||||||
"http://standard-reconcile.freebaseapps.com/reconcile"
|
// "http://standard-reconcile.freebaseapps.com/reconcile"
|
||||||
);
|
// );
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
dataType: "json"
|
dataType: "json"
|
||||||
|
Loading…
Reference in New Issue
Block a user