fix noexist special name gets not instantly removed
This commit is contained in:
@ -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('');
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user