mirror of
https://expo.survex.com/repositories/expoweb/.git/
synced 2024-11-22 07:11:55 +00:00
attempting to remove jquery - online edit of 1623/161/names.htm
This commit is contained in:
parent
3ad0e5d937
commit
8c07638ae3
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user