mirror of
https://github.com/fergalmoran/chrometophone.git
synced 2025-12-22 09:41:51 +00:00
Bugfix with QR popup
This commit is contained in:
@@ -119,7 +119,7 @@ var sendtophone = {
|
|||||||
{
|
{
|
||||||
var imgData = this.detectQR( images[i].src );
|
var imgData = this.detectQR( images[i].src );
|
||||||
if (imgData)
|
if (imgData)
|
||||||
QRs.push({data: data, img: images[i]});
|
QRs.push({data: imgData, img: images[i]});
|
||||||
}
|
}
|
||||||
|
|
||||||
if (QRs.length==1)
|
if (QRs.length==1)
|
||||||
|
|||||||
Reference in New Issue
Block a user