ahdjs 0.0.28 → 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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ahdjs",
3
- "version": "0.0.28",
3
+ "version": "0.0.29",
4
4
  "description": "",
5
5
  "main": "build/index.js",
6
6
  "types": "build/types/index.d.ts",
package/testing.html CHANGED
@@ -224,8 +224,10 @@
224
224
 
225
225
  // _ahdJs.start();
226
226
  _ahdJs.showPageTour("/auth/signin");
227
- _ahdJs.fetchFaqs('/user');
228
- // _ahdJs.showPageBeacons("/configurator/view/xxxx");
227
+ _ahdJs.fetchFaqs('/user');
228
+ _ahdJs.showPageBeacons("/auth/signin");
229
+ //_ahdJs.showPageFAQs("/auth/signin");
230
+ // _ahdJs.showPageHelpDrawer("/auth/signin");
229
231
  // _ahdJs.showInformation(beacons);
230
232
  debugger;
231
233
  //_ahdJs.updatePageUrl("/testing.html");