@healthcatalyst/catalyst-docfx-template 1.0.58 → 1.0.59

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.58",
3
+ "version": "1.0.59",
4
4
  "license": "MIT",
5
5
  "description": "A DocFX Template patching the Default template.",
6
6
  "publishConfig": {
package/styles/main.js CHANGED
@@ -143,7 +143,7 @@ var terms = (function () {
143
143
  $.ajax({
144
144
  async: false,
145
145
  global: false,
146
- url: baseUrl + "sourcedContent/terms.json",
146
+ url: baseUrl + "/sourcedContent/terms.json",
147
147
  dataType: "json",
148
148
  success: function (data) {
149
149
  json = data;
@@ -171,7 +171,7 @@ var terms = (function () {
171
171
  $.ajax({
172
172
  async: false,
173
173
  global: false,
174
- url: baseUrl + "sourcedContent/messages.json",
174
+ url: baseUrl + "/sourcedContent/messages.json",
175
175
  dataType: "json",
176
176
  success: function (data) {
177
177
  json = data;