We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4f9e40b commit bb4d509Copy full SHA for bb4d509
others/debug/public/index.html
@@ -24,7 +24,7 @@ <h1 style="font-size: 1.5em">Read Barcodes from Camera - Debug</h1>
24
><input id="ipt-server-url" placeholder="server url, default ./collect" />
25
<br />
26
<div id="div-ui-container" style="width: 100%; height: calc(100vh - 150px)"></div>
27
- <script src="//cdn.jsdelivr.net/npm/eruda"></script>
+ <script src="https://cdn.jsdelivr.net/npm/eruda"></script>
28
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/dbr.bundle.min.js"></script>
29
<script>
30
eruda.init();
0 commit comments