@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.
|
Binary file
|
package/package.json
CHANGED
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;
|