whistle 2.10.4 → 2.10.5
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/assets/menu.html +0 -1
- package/assets/modal.html +0 -1
- package/assets/tab.html +0 -1
- package/biz/webui/cgi-bin/util.js +0 -1
- package/biz/webui/htdocs/index.html +1 -1
- package/biz/webui/htdocs/js/index.js +52 -54
- package/lib/inspectors/data.js +1 -1
- package/package.json +1 -1
package/assets/menu.html
CHANGED
|
@@ -200,7 +200,6 @@
|
|
|
200
200
|
whistleBridge.compose = options.compose;
|
|
201
201
|
whistleBridge.composeInterrupt = options.createComposeInterrupt();
|
|
202
202
|
whistleBridge.getWhistleId = options.getWhistleId;
|
|
203
|
-
whistleBridge.hasWhistleToken = options.hasWhistleToken;
|
|
204
203
|
whistleBridge.decodeBase64 = options.decodeBase64;
|
|
205
204
|
whistleBridge.joinBase64 = options.joinBase64;
|
|
206
205
|
whistleBridge.getReqId = options.getReqId;
|
package/assets/modal.html
CHANGED
|
@@ -23,7 +23,6 @@
|
|
|
23
23
|
whistleBridge.compose = options.compose;
|
|
24
24
|
whistleBridge.composeInterrupt = options.createComposeInterrupt();
|
|
25
25
|
whistleBridge.getWhistleId = options.getWhistleId;
|
|
26
|
-
whistleBridge.hasWhistleToken = options.hasWhistleToken;
|
|
27
26
|
whistleBridge.decodeBase64 = options.decodeBase64;
|
|
28
27
|
whistleBridge.joinBase64 = options.joinBase64;
|
|
29
28
|
whistleBridge.getReqId = options.getReqId;
|
package/assets/tab.html
CHANGED
|
@@ -292,7 +292,6 @@
|
|
|
292
292
|
whistleBridge.compose = options.compose;
|
|
293
293
|
whistleBridge.composeInterrupt = options.createComposeInterrupt();
|
|
294
294
|
whistleBridge.getWhistleId = options.getWhistleId;
|
|
295
|
-
whistleBridge.hasWhistleToken = options.hasWhistleToken;
|
|
296
295
|
whistleBridge.decodeBase64 = options.decodeBase64;
|
|
297
296
|
whistleBridge.joinBase64 = options.joinBase64;
|
|
298
297
|
whistleBridge.getReqId = options.getReqId;
|