Changeset - ccc036d631c2
[Not reviewed]
0 1 0
Ben Sturmfels (bsturmfels) - 1 month ago 2024-05-09 04:10:10
ben@sturm.com.au
Fix JS error
1 file changed with 2 insertions and 1 deletions:
0 comments (0 inline, 0 general)
conservancy/static/js/supporter-page.js
Show inline comments
...
 
@@ -38,2 +38,4 @@ if (window.location.hash === "#renew") {
 

	
 
var $formCorrectionNeeded = $('#form-correction-needed');
 

	
 
function init_sustainer_form_validation () {
...
 
@@ -42,3 +44,2 @@ function init_sustainer_form_validation () {
 
    // enter.  Now we hide those for JavaScript users:
 
    var $formCorrectionNeeded = $('#form-correction-needed');
 
    $formCorrectionNeeded.addClass('hidden');
0 comments (0 inline, 0 general)