attempting to remove jquery - online edit of 1623/161/names.htm

This commit is contained in:
Expo on server 2022-06-24 21:45:39 +01:00
parent 3ad0e5d937
commit 8c07638ae3

View File

@ -1922,9 +1922,9 @@ to climb into <span lang=de-at>Staud'nwirt</span> Palace (1995)<br>
arrayOfElements[i].style.display='block';
}
document.getElementById(id).style.display = 'block';
$(".t").css({ 'font-weight': 'normal' });
document.getElementById("t_" + id).css = 'block';
$("#t_"+id).css({ 'font-weight': 'bold' });
}
show('0');
</script></body>