1
0
mirror of https://codeberg.org/nobody/LocalCDN.git synced 2025-02-13 02:10:47 +01:00

Updated welcome page

This commit is contained in:
nobody 2020-07-05 09:42:04 +02:00
parent 483a87f69c
commit d8721ffa6e
No known key found for this signature in database
GPG Key ID: 8F6DE3D614FCFD7A
2 changed files with 4 additions and 4 deletions

View File

@ -26,7 +26,7 @@
<li>AngularJS, AngularJS-Animate, AngularJS-Sanitize, AngularJS-Cookies and AngularJS-Touch</li>
<li>Generator to create uBlock/uMatrix rules</li>
</ul>
<a class="p-donate">If you like LocalCDN, I would be happy about a small donation.</a>
<a id="donate">If you like LocalCDN, I would be happy about a small donation.</a>
</div>
</div>
<div class="notice">
@ -38,9 +38,9 @@
</div></div>
</div>
<div class="btn-panel">
<a class="btn btn-gitlab" href="https://codeberg.org/nobody/LocalCDN" target="_blank"><span class="btn-text">LocalCDN @Codeberg</span></a>
<a class="btn btn-gitlab" href="https://codeberg.org/nobody/LocalCDN" target="_blank"><span class="btn-text">Source Code @Codeberg</span></a>
<a class="btn btn-contact" href="https://localcdn.de/contact"><span class="btn-text">Contact</span></a>
<a class="btn btn-testing-utility" href="https://localcdn.de/test/"><span class="btn-text">Testing Utility</span></a>
<a class="btn btn-testing-utility" href="https://localcdn.de/test/"><span class="btn-text">Testing Utilities</span></a>
</div>
</div>
</body>

View File

@ -44,7 +44,7 @@ welcome._onDonationElementClicked = function () {
welcome._onDocumentLoaded = function () {
let donationElement = document.getElementById('p-donate');
let donationElement = document.getElementById('donate');
donationElement.addEventListener('mouseup', welcome._onDonationElementClicked);
};