summaryrefslogtreecommitdiff
path: root/httemplate/elements/xmenu.top.js
diff options
context:
space:
mode:
authorivan <ivan>2010-03-20 22:14:02 +0000
committerivan <ivan>2010-03-20 22:14:02 +0000
commit10e462292b42813dce6e1034064c55c7fddd42a4 (patch)
tree0d283c775d08bf12c211a89496927ac51ae32d03 /httemplate/elements/xmenu.top.js
parent55e2a98988c76425ec2dac583b91410eaf835659 (diff)
more RT integration / reskin / 2.1, RT#6640
Diffstat (limited to 'httemplate/elements/xmenu.top.js')
-rw-r--r--httemplate/elements/xmenu.top.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/httemplate/elements/xmenu.top.js b/httemplate/elements/xmenu.top.js
index 8d81035a2..b9df515c4 100644
--- a/httemplate/elements/xmenu.top.js
+++ b/httemplate/elements/xmenu.top.js
@@ -370,7 +370,7 @@ WebFXMenuButton.prototype.toString = function () {
)) +
">" +
this.text +
- (this.subMenu ? "<img class='arrow' src='" + webfxMenuImagePath + "arrow.down.png'>" : "") +
+ (this.subMenu ? "<img class='arrow' src='" + webfxMenuImagePath + "arrow.down.black.png'>" : "") +
"</a>";
};