ahdjs 0.0.27 → 0.0.29
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/build/css/index.css +1 -1
- package/build/index.js +2 -2
- package/build/index.js.map +1 -1
- package/package.json +1 -1
- package/testing.html +5 -2
package/package.json
CHANGED
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: "
|
|
216
|
+
applicationId: "651c857ff482b36117dc1757",
|
|
217
217
|
apiHost: "https://ahd.fabbuilder.com",
|
|
218
218
|
});
|
|
219
219
|
_ahdJs.initializeSiteMap();
|
|
@@ -224,7 +224,10 @@
|
|
|
224
224
|
|
|
225
225
|
// _ahdJs.start();
|
|
226
226
|
_ahdJs.showPageTour("/auth/signin");
|
|
227
|
-
|
|
227
|
+
_ahdJs.fetchFaqs('/user');
|
|
228
|
+
_ahdJs.showPageBeacons("/auth/signin");
|
|
229
|
+
//_ahdJs.showPageFAQs("/auth/signin");
|
|
230
|
+
// _ahdJs.showPageHelpDrawer("/auth/signin");
|
|
228
231
|
// _ahdJs.showInformation(beacons);
|
|
229
232
|
debugger;
|
|
230
233
|
//_ahdJs.updatePageUrl("/testing.html");
|