mirror of
https://github.com/ChuckNorrison/LightningTipBot.git
synced 2026-08-13 12:33:14 +02:00
Merge pull request #408 from LightningTipBot/webapp_remove_href
remove href
This commit is contained in:
commit
5c950ef1be
1 changed files with 3 additions and 3 deletions
|
|
@ -15,7 +15,7 @@
|
|||
<meta name="robots" content="noindex,nofollow" />
|
||||
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap@4.0.0/dist/css/bootstrap.min.css" integrity="sha384-Gn5384xqQ1aoWXA+058RXPxPg6fy4IWvTNh0E263XmFcJlSAwiGgFAW/dAiS6JXm" crossorigin="anonymous">
|
||||
|
||||
<title>LNURL</title>
|
||||
<title>@LightningTipBot</title>
|
||||
<script src="https://unpkg.com/kjua@0.6.0/dist/kjua.min.js"></script>
|
||||
<script src="https://telegram.org/js/telegram-web-app.js?1"></script>
|
||||
<script>
|
||||
|
|
@ -335,8 +335,8 @@
|
|||
render: 'canvas',
|
||||
});
|
||||
qr.appendChild( qrGfx );
|
||||
var href_link = "lightning:" + payload;
|
||||
qr.setAttribute('href', "javascript:window.open('"+ href_link+ "');" );
|
||||
// var href_link = "lightning:" + payload;
|
||||
// qr.setAttribute('href', "javascript:window.open('"+ href_link+ "');" );
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue