kopia lustrzana https://dev.funkwhale.audio/funkwhale/funkwhale
8 wiersze
245 B
JavaScript
8 wiersze
245 B
JavaScript
![]() |
hideTranslationHint = function() {
|
||
|
document.getElementsByClassName("translation-hint")[0].style.display = "none"
|
||
|
}
|
||
|
|
||
|
window.onload = function() {
|
||
|
document.getElementById("translation-closer").addEventListener("click", hideTranslationHint);
|
||
|
}
|