mirror of
https://github.com/fergalmoran/chrometophone.git
synced 2025-12-22 01:30:25 +00:00
Bugfix with QR popup
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user