if (undefined!=this.serverTop && this.serverTop.length>0) {
That's pretty much the condition I set for the breakpoint there to see who is calling it ;-).
this.serverTop[0]=this.top[0];
} else {
this.serverTop=[this.top[0]];
}
And yes, that seems to be fixing it. -- Michael _______________________________________________ plugins mailing list [email protected] http://lists.slimdevices.com/mailman/listinfo/plugins
