X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=httemplate%2Felements%2Fxmenu.top.js;h=b9df515c4a58fd923262bc45b5c37eaf8c9802ad;hp=8d81035a2124ca338a9a6d2697e1f648eca5987f;hb=c3da5cf1caa244937d280e0f406927103beef148;hpb=63a268637b2d51a8766412617724b9436439deb6 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 ? "" : "") + + (this.subMenu ? "" : "") + ""; };