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 1d9c6c5 commit 4ac6f9bCopy full SHA for 4ac6f9b
oracle_qr.html
@@ -310,6 +310,9 @@
310
<h1>Jade pin server QR generator</h1>
311
<label for="urla">urlA</label>
312
<input type="text" id="urla" placeholder="http://taf3nizjnxuqxlg64t7ldtejs7qyevlwiuno4tjym4dtuhixyzhi27ad.onion:8096" size="64" value="http://127.0.0.1:4443" /><br>
313
+ <script>
314
+ document.getElementById("urla").value = window.location.protocol + "//" + window.location.host;
315
+ </script>
316
<label for="urlb">urlB</label>
317
<input type="text" id="urlb" placeholder="http://maia:8096" size="64" /><br>
318
<label for="pubkey">pubkey (hex)</label>
0 commit comments