diff --git a/World Perspectives/package.json b/World Perspectives/package.json index 3f09d39..f8d8e4e 100644 --- a/World Perspectives/package.json +++ b/World Perspectives/package.json @@ -1,6 +1,6 @@ { "name": "world-perspectives", - "version": "3.2.0", + "version": "3.2.1", "description": "Web app for World Perspectives Symposium day at GFA", "main": "server.js", "author": { diff --git a/World Perspectives/public/components/registration-element.html b/World Perspectives/public/components/registration-element.html index 8d13729..8084782 100644 --- a/World Perspectives/public/components/registration-element.html +++ b/World Perspectives/public/components/registration-element.html @@ -233,7 +233,7 @@

[[symposiumDate.formatted]]

this.goBackward(); } else if (element.attributes.forward || element.parentElement.attributes.forward) { // Check if progression is allowed - if (e.srcElement.hasAttribute("disabled")) + if (element.hasAttribute("disabled")) return; this.goForward(); }