@healthcatalyst/catalyst-docfx-template 1.0.122 → 1.0.123

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": "@healthcatalyst/catalyst-docfx-template",
3
- "version": "1.0.122",
3
+ "version": "1.0.123",
4
4
  "license": "MIT",
5
5
  "description": "A DocFX Template patching the Default template.",
6
6
  "publishConfig": {
package/styles/main.js CHANGED
@@ -210,7 +210,7 @@ var profile = (function () {
210
210
  $.ajax({
211
211
  async: false,
212
212
  global: false,
213
- url: pathname + "https://docs.healthcatalyst.com/api/profile",
213
+ url: "https://docs.healthcatalyst.com/api/profile",
214
214
  dataType: "json",
215
215
  success: function (data) {
216
216
  console.log(data);