Revert "Version 2.3.2"

This reverts commit 65b182c453.
This commit is contained in:
Jeroen Oudshoorn
2023-09-08 20:26:35 +02:00
parent 804350ed51
commit f2b6e95b44

View File

@ -8,7 +8,7 @@ Profile
{% block script %}
$(function(){
$('#qrcode').qrcode({
text: 'https://pwnagotchi.ai/pwnfile/#{{ fingerprint }}',
text: 'https://opwngrid.xyz/search/{{ fingerprint }}',
render: 'div',
mode: 0,
size: 400,
@ -25,7 +25,7 @@ $(function(){
<label for="fingerprint">Fingerprint</label>
<h4 id="fingerprint">
<a href="https://pwnagotchi.ai/pwnfile/#{{ fingerprint }}" target="_blank">{{ fingerprint }}</a>
<a href="https://opwngrid.xyz/search/#{{ fingerprint }}" target="_blank">{{ fingerprint }}</a>
</h4>
<div id="qrcode"></div>