Showing
1 changed file
with
1 additions
and
1 deletions
| @@ -29,7 +29,7 @@ | @@ -29,7 +29,7 @@ | ||
| 29 | <title>example</title> | 29 | <title>example</title> |
| 30 | <link rel="manifest" href="manifest.json"> | 30 | <link rel="manifest" href="manifest.json"> |
| 31 | <script src="https://cdn.jsdelivr.net/npm/jsqr@1.4.0/dist/jsQR.min.js"></script> | 31 | <script src="https://cdn.jsdelivr.net/npm/jsqr@1.4.0/dist/jsQR.min.js"></script> |
| 32 | - <script type="text/javascript" src="https://unpkg.com/@zxing/library@latest"></script> | 32 | + <script type="text/javascript" src="https://unpkg.com/@zxing/library@0.19.1"></script> |
| 33 | </head> | 33 | </head> |
| 34 | <body> | 34 | <body> |
| 35 | <!-- This script installs service_worker.js to provide PWA functionality to | 35 | <!-- This script installs service_worker.js to provide PWA functionality to |
-
Please register or login to post a comment