Remove old Freebase standard reconciliation service

This commit is contained in:
Tom Morris 2014-12-21 17:09:53 -05:00
parent 80b85dd6df
commit 7186e42b0c

View File

@ -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"