1
0
Fork 0
This commit is contained in:
Alex Kotov 2023-02-18 12:14:19 +04:00
parent 6734d131e5
commit 3f5db5230b
Signed by: kotovalexarian
GPG Key ID: 553C0EBBEB5D5F08
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ $(function() {
$('#part-of-speech').text(part_of_speech)
if (examples.length > 0) {
$('#examples-data').html('<ul>' + list_items.join('') + '</ul>')
$('#examples-data').html('<ul>' + examples.join('') + '</ul>')
$('#examples').removeClass('invisible')
}
},