i am having a problem again. this time. the fix for the maps knocked out the
profile account logout
links on the top right. this has me stumped. here is the code that i still have yet gotten the links back with
--------------map controls work / links gone --------------------------------------------
for (var Element in this.oBubbles)
{
sQueryParam = sQueryParam + Element + ':' + this.oBubbles[Element].count + ',';
}
--------------map controls do not work/ links work--------------------------------------
for (Element in this.oBubbles)
{
sQueryParam = sQueryParam + Element + ':' + this.oBubbles[Element].count + ',';
}
------------------------------------------------------------------------------------------------------
the only change is to Element. declaring it as a var.
can anyone figure out how to get the
profile accounts logout
links back without turning off map controls?
it's probably something simple like a +3 or something.