aboutsummaryrefslogtreecommitdiff
path: root/Public/Js/DisplayTag.js
blob: 1ba1fb76bb040ea64c8768517309328297830098 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
<!--

// this simple function is necessary to obtain the hover effect in the popup menu (because IE doesn't support hover)

function DisplayTag(obj,propertyValue) {
	var a = obj.firstChild.childNodes[1];
	a.style.display= propertyValue;
}

//-->