diff options
Diffstat (limited to 'httemplate/elements/xmenu.top.js')
-rw-r--r-- | httemplate/elements/xmenu.top.js | 2 |
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>"; }; |