Connector.js FireBug "unresponsive script" error

When I connect the connector.js file to my page, it causes the javascript to render incorrectly (the page works fine if I comment out the link to the connector.js file). If I load the page with FireBug active, I get a series of “unresponsive script” errors and my browser crashes. This happens when I test it locally or off the server. Any idea what’s causing this or how to fix it?

Thanks.

Not really sure.
If you are using dhtmlxscheduler.js or dhtmlx.js on the page - dhtmlxconnector.js will be already included ( as part of those files ) and including it second time can cause some problems.

If issue still occurs - please provide any kind of sample where it can be reconstructed.