Yeah, that damn L_Menu_BaseUrl bug. It's not you; it's me.
Here's a quick fix for 2013.02a:
Replace line 3678:
with:
Or, if you're comfortable with it, use the latest alpha for 2014.01. It's got that fix plus several others. It ought to be solid, and I'm going to release it soon.
M.
Here's a quick fix for 2013.02a:
Replace line 3678:
this.thisSite = L_Menu_BaseUrl;
this.thisSite = (typeof L_Menu_BaseUrl !== "undefined") ? L_Menu_BaseUrl : "";
M.