fix noexist special name gets not instantly removed
This commit is contained in:
parent
c7b97859b5
commit
35ac6e13f9
@ -173,7 +173,7 @@ function render_response(data, td, set) {
|
||||
|
||||
/* remove name */
|
||||
} else if (!set['exists']) {
|
||||
$(td).find('div.special' + c + '_name').html();
|
||||
$(td).find('div.special_name').html('');
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user