Skip to content

Commit 8a763e0

Browse files
Remove unused code
1 parent fa97f7c commit 8a763e0

File tree

1 file changed

+0
-14
lines changed

1 file changed

+0
-14
lines changed

src/index.html

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -42,9 +42,6 @@ <h1>Direct, Secure and Uninterrupted Remote Access - The P2P Way</h1>
4242
</div>
4343
</div>
4444
<div class="main-content" id="content0">
45-
<div class="coverremotecontrol">
46-
<a href="https://github.com/PeerViewer/codebase/releases/" class="bigbutton downloadbutton"><div>Download PeerViewer to connect</div></a>
47-
</div>
4845
<div class="column" id="column1">
4946
<h2>Allow Remote Control</h2>
5047
<p>
@@ -82,14 +79,6 @@ <h1>We'd love to know which feature to focus on next.</h1>
8279
</div>
8380
</div>
8481
</div>
85-
<div class="main-content" id="content2">
86-
<iframe class="contactticketform" width="1200" height="620" src="https://legend.lnbits.com/lnticket/ejBSMY2x8XfNUqPHtmoCmc" title="Create Support Ticket using lnbits"></iframe>
87-
<!-- <a href="https://legend.lnbits.com/lnticket/ejBSMY2x8XfNUqPHtmoCmc">Open Form</a> -->
88-
</div>
89-
<div class="main-content" id="content3">
90-
<!-- 605 height is needed to avoid scroll bars -->
91-
<iframe width="1200" height="610" src="https://legend.lnbits.com/tipjar/1114" title="Tip Jar"></iframe>
92-
</div>
9382
<div class="main-content" id="content4">
9483
<div class="twocolumns column1">
9584
<h1>As you know, writing and maintaining quality software is not cheap...</h1>
@@ -154,9 +143,6 @@ <h3>Building blocks</h3>
154143
</div>
155144
<script>
156145
function adaptForWeb() {
157-
Array.from(document.getElementsByClassName("coverremotecontrol")).forEach(button => {
158-
button.style.display = "block";
159-
});
160146
menuChange(null,6);
161147
}
162148
function startup() {

0 commit comments

Comments
 (0)