mod-build 3.4.35 → 3.4.36

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mod-build",
3
- "version": "3.4.35",
3
+ "version": "3.4.36",
4
4
  "description": "Share components for S3 sites.",
5
5
  "scripts": {
6
6
  "test": "echo \"Error: no test specified\" && exit 1"
@@ -363,7 +363,7 @@ modForm.getDefaultQuadByDomain = function() {
363
363
  };
364
364
 
365
365
  if (page === 'quotes.improvementcenter.com') {
366
- const { service } = modUtils.getUrlParamsToObject();
366
+ const service = window.location.pathname.replace(/\//g , "");
367
367
  return defaultQuadLinkValue[page][service];
368
368
  }
369
369