From e86142d07c420e2edafa7aabea1a1acff5971055 Mon Sep 17 00:00:00 2001 From: lilia Date: Sat, 22 Oct 2016 02:22:17 +0900 Subject: [PATCH] Hide verification QR code The scannable fingerprint format has changed, leaving our qr codes out of date and thus unscannable. --- background.html | 2 +- js/views/key_verification_view.js | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/background.html b/background.html index 2aa804fa..7db382f0 100644 --- a/background.html +++ b/background.html @@ -304,7 +304,7 @@ {{ /has_their_key }} {{ #has_their_key }} -
+
{{ #chunks }} {{ . }} {{ /chunks }}
diff --git a/js/views/key_verification_view.js b/js/views/key_verification_view.js index 73e54cc3..71cfcfd7 100644 --- a/js/views/key_verification_view.js +++ b/js/views/key_verification_view.js @@ -17,8 +17,8 @@ this.loadTheirKey(), this.loadOurKey(), ]).then(this.generateSecurityNumber.bind(this)) - .then(this.render.bind(this)) - .then(this.makeQRCode.bind(this)); + .then(this.render.bind(this)); + //.then(this.makeQRCode.bind(this)); }, makeQRCode: function() { new QRCode(this.$('.qr')[0]).makeCode(