diff --git a/themes/default/js/tools/statesManagement.js b/themes/default/js/tools/statesManagement.js index 26c1e6468..22f19c787 100644 --- a/themes/default/js/tools/statesManagement.js +++ b/themes/default/js/tools/statesManagement.js @@ -42,10 +42,13 @@ function updateState(suffix) }); $('p.id_state'+(suffix !== undefined ? '_'+suffix : '')+':hidden').slideDown('slow'); + $('div.id_state'+(suffix !== undefined ? '_'+suffix : '')+':hidden').slideDown('slow'); } else + { + $('div.id_state'+(suffix !== undefined ? '_'+suffix : '')).hide(); $('p.id_state'+(suffix !== undefined ? '_'+suffix : '')).hide(); - + } } function updateNeedIDNumber(suffix)