diff --git a/content/static/script/paywall.js b/content/static/script/paywall.js index c659417e0..04c52ee72 100644 --- a/content/static/script/paywall.js +++ b/content/static/script/paywall.js @@ -1,4 +1,4 @@ -var el = $("") +var el = $('') el.find('.paywall_donate').click(function() { document.location = "unterstuetzen.html" })