mirror of
https://codeberg.org/nobody/LocalCDN.git
synced 2025-02-15 03:11:01 +01:00
Updated welcome page
This commit is contained in:
parent
483a87f69c
commit
d8721ffa6e
@ -26,7 +26,7 @@
|
|||||||
<li>AngularJS, AngularJS-Animate, AngularJS-Sanitize, AngularJS-Cookies and AngularJS-Touch</li>
|
<li>AngularJS, AngularJS-Animate, AngularJS-Sanitize, AngularJS-Cookies and AngularJS-Touch</li>
|
||||||
<li>Generator to create uBlock/uMatrix rules</li>
|
<li>Generator to create uBlock/uMatrix rules</li>
|
||||||
</ul>
|
</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>
|
</div>
|
||||||
<div class="notice">
|
<div class="notice">
|
||||||
@ -38,9 +38,9 @@
|
|||||||
</div></div>
|
</div></div>
|
||||||
</div>
|
</div>
|
||||||
<div class="btn-panel">
|
<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-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>
|
||||||
</div>
|
</div>
|
||||||
</body>
|
</body>
|
||||||
|
@ -44,7 +44,7 @@ welcome._onDonationElementClicked = function () {
|
|||||||
|
|
||||||
welcome._onDocumentLoaded = function () {
|
welcome._onDocumentLoaded = function () {
|
||||||
|
|
||||||
let donationElement = document.getElementById('p-donate');
|
let donationElement = document.getElementById('donate');
|
||||||
donationElement.addEventListener('mouseup', welcome._onDonationElementClicked);
|
donationElement.addEventListener('mouseup', welcome._onDonationElementClicked);
|
||||||
|
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user