@healthcatalyst/catalyst-docfx-template 1.0.156 → 1.0.158

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.156",
3
+ "version": "1.0.158",
4
4
  "license": "MIT",
5
5
  "description": "A DocFX Template patching the Default template.",
6
6
  "publishConfig": {
@@ -29,7 +29,7 @@
29
29
  </div>
30
30
  </div>
31
31
  <div id="feedback-response" class="feedback-container-new">Thank you! We have received your feedback.<br><br>
32
- Still need help? <a href="https://community.healthcatalyst.com/dos/f/questions">Ask HC Community </a>or <a href="https://community.healthcatalyst.com/client-support/">contact support</a>.</div>
32
+ Still need help? <a href="https://healthcatalyst.atlassian.net/servicedesk/customer/portals">Contact support</a>.</div>
33
33
 
34
34
  </form>
35
35
  {{/_enableFeedback}}
package/styles/main.js CHANGED
@@ -156,7 +156,7 @@ copyCode.on('success', function(event) {
156
156
 
157
157
  // Replace {{ keys }} with plain-text values in sourcedContent/terms.json at directory root
158
158
 
159
- var terms = (function () {
159
+ /*var terms = (function () {
160
160
  var json = null;
161
161
  var pathname = window.location.pathname;
162
162
  // console.log(pathname);
@@ -180,7 +180,7 @@ var terms = (function () {
180
180
  );
181
181
  }
182
182
  return terms;
183
- })();
183
+ })();*/
184
184
 
185
185
  // Replace {{ keys }} with icon and message banner from sourcedContent/messages.json at directory root
186
186