Reset the content when searching a card
This commit is contained in:
parent
babf31c140
commit
d2d72454e2
1 changed files with 1 additions and 0 deletions
|
|
@ -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');
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue