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 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;
@@ -27,7 +27,6 @@ exports.getServerInfo = function(req) {
27
27
  var info = {
28
28
  whistleId: config.whistleId,
29
29
  hasUpdater: config.hasUpdater,
30
- hasWhistleToken: config.hasWhistleToken,
31
30
  pid: PID,
32
31
  pInfo: proc,
33
32
  verbatim: config.verbatim,
@@ -8,6 +8,6 @@
8
8
  </head>
9
9
  <body>
10
10
  <div id="container" class="main"></div>
11
- <script src="js/index.js?v=2.10.4"></script>
11
+ <script src="js/index.js?v=2.10.5"></script>
12
12
  </body>
13
13
  </html>