mirror of
https://expo.survex.com/repositories/expoweb/.git/
synced 2025-12-08 23:04:35 +00:00
attempting to remove jquery - online edit of 1623/161/names.htm
This commit is contained in:
@@ -1919,9 +1919,9 @@ to climb into <span lang=de-at>Staud'nwirt</span> Palace (1995)<br>
|
||||
var lengthOfArray=arrayOfElements.length;
|
||||
|
||||
for (var i=0; i<lengthOfArray;i++){
|
||||
arrayOfElements[i].display='block';
|
||||
arrayOfElements[i].style.display='block';
|
||||
}
|
||||
document.getElementById(id).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' });
|
||||
|
||||
Reference in New Issue
Block a user