aboutsummaryrefslogtreecommitdiff
path: root/website/resources/js
diff options
context:
space:
mode:
Diffstat (limited to 'website/resources/js')
-rw-r--r--website/resources/js/supporters.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/website/resources/js/supporters.js b/website/resources/js/supporters.js
index 62beca81..6d770905 100644
--- a/website/resources/js/supporters.js
+++ b/website/resources/js/supporters.js
@@ -214,7 +214,7 @@
});
if (s.children().length < 1) {
var x = $("<div />").addClass("noSupportersBox").html(
- "We don't have any supporters yet this month.<br /><a href=\"https://patreon.com/lombok\" rel=\"noopener\">Become a patron</a> " +
+ "We don't have any supporters yet this month.<br /><a href=\"https://patreon.com/lombok\">Become a patron</a> " +
"or <a href=\"/order-license-info\">order a professional or enterprise license</a> today!");
s.append(x);
}