Remove participant restriction

This commit is contained in:
Julian
2022-02-22 20:52:52 +01:00
parent b13e1e29e8
commit 224a0492d5

View File

@@ -187,12 +187,6 @@
event.preventDefault(); event.preventDefault();
if(totalFieldCount >=2)
{
return;
}
totalFieldCount++;
// Container <div> where dynamic content will be placed // Container <div> where dynamic content will be placed
var container = document.getElementById("js-attentants"); var container = document.getElementById("js-attentants");
// Clear previous contents of the container // Clear previous contents of the container
@@ -724,8 +718,4 @@ else {
$(".js-flag-image").attr("src","flags/4x3/de.svg"); $(".js-flag-image").attr("src","flags/4x3/de.svg");
} }
var totalFieldCount = 0;
//translator.load(); //translator.load();