fix noexist special name gets not instantly removed

This commit is contained in:
koksnuss 2020-05-31 23:34:24 +02:00
parent c7b97859b5
commit 35ac6e13f9

View File

@ -173,7 +173,7 @@ function render_response(data, td, set) {
/* remove name */ /* remove name */
} else if (!set['exists']) { } else if (!set['exists']) {
$(td).find('div.special' + c + '_name').html(); $(td).find('div.special_name').html('');
} }
} }