ahdjs 0.0.27 → 0.0.28

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": "ahdjs",
3
- "version": "0.0.27",
3
+ "version": "0.0.28",
4
4
  "description": "",
5
5
  "main": "build/index.js",
6
6
  "types": "build/types/index.d.ts",
package/testing.html CHANGED
@@ -213,7 +213,7 @@
213
213
  ];
214
214
  const AHDjs = window.AHDjs.default;
215
215
  let _ahdJs = new AHDjs(undefined, {
216
- applicationId: "64d2b934c6cfdc96aa3734c5",
216
+ applicationId: "651c857ff482b36117dc1757",
217
217
  apiHost: "https://ahd.fabbuilder.com",
218
218
  });
219
219
  _ahdJs.initializeSiteMap();
@@ -224,6 +224,7 @@
224
224
 
225
225
  // _ahdJs.start();
226
226
  _ahdJs.showPageTour("/auth/signin");
227
+ _ahdJs.fetchFaqs('/user');
227
228
  // _ahdJs.showPageBeacons("/configurator/view/xxxx");
228
229
  // _ahdJs.showInformation(beacons);
229
230
  debugger;