diff --git a/main/webapp/modules/core/scripts/reconciliation/recon-manager.js b/main/webapp/modules/core/scripts/reconciliation/recon-manager.js index 4cc401475..ea9f14abd 100644 --- a/main/webapp/modules/core/scripts/reconciliation/recon-manager.js +++ b/main/webapp/modules/core/scripts/reconciliation/recon-manager.js @@ -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"