Showing
1 changed file
with
1 additions
and
1 deletions
@@ -11,7 +11,7 @@ var qrCheck = { | @@ -11,7 +11,7 @@ var qrCheck = { | ||
11 | 11 | ||
12 | init: function() { | 12 | init: function() { |
13 | var ifr, | 13 | var ifr, |
14 | - qr = this.getQuery('qrcode'); | 14 | + qr = this.getQuery('qr'); |
15 | 15 | ||
16 | if (qr) { | 16 | if (qr) { |
17 | ifr = document.createElement('iframe'); | 17 | ifr = document.createElement('iframe'); |
-
Please register or login to post a comment