virtual-keypad 5.11.2 → 5.11.3

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": "virtual-keypad",
3
- "version": "5.11.2",
3
+ "version": "5.11.3",
4
4
  "description": "User response at a distance. Simple utility to summon forth a virtual keypad webapp.",
5
5
  "main": "dist/main.js",
6
6
  "directories": {
package/src/receiver.js CHANGED
@@ -141,7 +141,7 @@ class Receiver extends KeypadPeer {
141
141
 
142
142
  let queryString = this.queryStringFromObject(params);
143
143
  const uri = this.keypadUrl + queryString;
144
- console.log(uri);
144
+ this.keypadURL = uri;
145
145
 
146
146
  // Display QR code for the participant to scan
147
147
  const qrCanvas = document.createElement("canvas");