Reset the content when searching a card

This commit is contained in:
Dany De Bontridder 2010-08-08 16:37:22 +00:00
parent babf31c140
commit d2d72454e2

View file

@ -231,6 +231,7 @@ function showIPopup(p_name) {
*@param name of the object PHP IPopup
*/
function hideIPopup(p_name) {
g(p_name+'_content').innerHTML=loading();
if (g(p_name+'_fond')) {hide(p_name+'_fond');}
if (g(p_name+'_border')) {hide(p_name+'_border');}
hide(p_name+'_content');