mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-23 18:03:17 +00:00
PHRAS-910 - fix admin suggested value edition in collection settings
This commit is contained in:
@@ -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);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user