[-] FO : mobile template - states management
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user