From: Radek Czajka Date: Wed, 28 Apr 2021 08:16:16 +0000 (+0200) Subject: fix X-Git-Url: https://git.mdrn.pl/wolnelektury.git/commitdiff_plain/69bc720ec22682c6efb1a4eca631947241804428 fix --- diff --git a/src/club/static/club/form.js b/src/club/static/club/form.js index 422cab4f9..3b85a4e11 100644 --- a/src/club/static/club/form.js +++ b/src/club/static/club/form.js @@ -29,7 +29,7 @@ $(function() { if (!camp && window.location.pathname !== "/towarzystwo/") { camp = window.location.pathname; } - let dims = camp ? {dimension2: camp} : {}; + let dims = camp ? {dimension1: camp} : {}; _paq.push(['trackGoal', 12, parseFloat($("#id_amount").val()), dims]); }); });