aboutsummaryrefslogtreecommitdiff
path: root/admin/Public/Js/DisplayTag.js
diff options
context:
space:
mode:
Diffstat (limited to 'admin/Public/Js/DisplayTag.js')
-rwxr-xr-xadmin/Public/Js/DisplayTag.js10
1 files changed, 10 insertions, 0 deletions
diff --git a/admin/Public/Js/DisplayTag.js b/admin/Public/Js/DisplayTag.js
new file mode 100755
index 0000000..1ba1fb7
--- /dev/null
+++ b/admin/Public/Js/DisplayTag.js
@@ -0,0 +1,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;
+}
+
+//--> \ No newline at end of file