Correction de divers bug.
Changement de listConference, ça affiche les roles maintenant
This commit is contained in:
@@ -123,7 +123,7 @@ function writePerson() {
|
||||
else
|
||||
$('errorMax').style.display = "none";
|
||||
|
||||
if (person.max <= person.min) {
|
||||
if (parseInt(person.max) <= parseInt(person.min)) {
|
||||
dwr.util.setValues({errorMax:"The min value shouldn't be superior to the max value"});
|
||||
$('errorMax').style.display = "";
|
||||
}
|
||||
@@ -215,7 +215,7 @@ var CritereManager = Class.create({
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Min:</td>
|
||||
<td><input id="min" type="text" /></td>
|
||||
<td><input id="min" type="text"/></td>
|
||||
<td><div class="formError"><span id="errorMin" style="display: none;"></span></div></td>
|
||||
</tr>
|
||||
<tr>
|
||||
|
||||
Reference in New Issue
Block a user