Remove participant restriction
This commit is contained in:
10
js/main.js
10
js/main.js
@@ -187,12 +187,6 @@
|
||||
|
||||
event.preventDefault();
|
||||
|
||||
if(totalFieldCount >=2)
|
||||
{
|
||||
return;
|
||||
}
|
||||
totalFieldCount++;
|
||||
|
||||
// Container <div> where dynamic content will be placed
|
||||
var container = document.getElementById("js-attentants");
|
||||
// Clear previous contents of the container
|
||||
@@ -724,8 +718,4 @@ else {
|
||||
$(".js-flag-image").attr("src","flags/4x3/de.svg");
|
||||
}
|
||||
|
||||
var totalFieldCount = 0;
|
||||
|
||||
|
||||
|
||||
//translator.load();
|
||||
|
||||
Reference in New Issue
Block a user