Merge pull request #1629 from lostdalek/hotfix/PHRAS-910

PHRAS-910
This commit is contained in:
Benoît Burnichon
2016-01-20 14:04:34 +01:00

View File

@@ -582,9 +582,9 @@ function verifAndactiv()
o = $("#valajout");
if ( o.length > 0 ) {
if(o.val().length>0) {
activer_bout('bout_add',false);
} else {
activer_bout('bout_add',true);
} else {
activer_bout('bout_add',false);
}
}
}