diff --git a/pages/welcome/welcome.html b/pages/welcome/welcome.html index 98f2a82d..804261b2 100644 --- a/pages/welcome/welcome.html +++ b/pages/welcome/welcome.html @@ -26,7 +26,7 @@
  • AngularJS, AngularJS-Animate, AngularJS-Sanitize, AngularJS-Cookies and AngularJS-Touch
  • Generator to create uBlock/uMatrix rules
  • - If you like LocalCDN, I would be happy about a small donation. +
    @@ -38,9 +38,9 @@
    - LocalCDN @Codeberg + Source Code @Codeberg Contact - Testing Utility + Testing Utilities
    diff --git a/pages/welcome/welcome.js b/pages/welcome/welcome.js index 3452a72d..0b4de9a4 100644 --- a/pages/welcome/welcome.js +++ b/pages/welcome/welcome.js @@ -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); };