diff --git a/third_party/firefox_sendtophone/chrome/content/overlay.js b/third_party/firefox_sendtophone/chrome/content/overlay.js index bebd12f..0e74b87 100644 --- a/third_party/firefox_sendtophone/chrome/content/overlay.js +++ b/third_party/firefox_sendtophone/chrome/content/overlay.js @@ -119,7 +119,7 @@ var sendtophone = { { var imgData = this.detectQR( images[i].src ); if (imgData) - QRs.push({data: data, img: images[i]}); + QRs.push({data: imgData, img: images[i]}); } if (QRs.length==1)