From d7140f4b1dcfc09c2714a74ddde6ddd83d927ebd Mon Sep 17 00:00:00 2001 From: vv01f Date: Fri, 13 Nov 2015 03:47:23 +0100 Subject: [PATCH] adding proposal for progress bar, needs data from wiki or alike --- content/static/script/paywall.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" })