SubOrg_Landing_Pages

Remove active odot urlmap

3/21/2018 2:39:16 PM

Changes

Details

diff --git a/client/src/config.js b/client/src/config.js
index 67d2f5e..c5fa88f 100644
--- a/client/src/config.js
+++ b/client/src/config.js
@@ -30,7 +30,7 @@ const itemTypes = ['Web Mapping Application'];
 // mapping of URL to agency abbr if they differ
 // special case
 const urlmap = {
-  'ODOT' : 'OregonDOT'
+  //'ODOT' : 'OregonDOT'
 };
 
 export { serverConfig, links, portalLinks, itemTypes, urlmap };