We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6d0ac2a commit 6524968Copy full SHA for 6524968
kotobalibre/script.js
@@ -132,6 +132,7 @@ function loadWordDetails(word) {
132
const titleElement = document.getElementById('wordName');
133
134
definitionsElement.innerHTML = `
135
+ <h4>klani: ${item[wordKey].category.join(", ")}</h4>
136
<p>${wordObject[wordKey].definition}</p>
137
${wordObject[wordKey].image ? `<h4>riso:</h4>` : ''}
138
${wordObject[wordKey].image ? `<img src="${wordObject[wordKey].image}" height=200 width=auto>` : ''}
0 commit comments