If you deselect all the tabs, then try to select one again, firebug script can stop it from working because src is undefined.
In jquery.gPositions.js, in AdjustMapViewRouting, wrap the var request =... and directionsService.. in an if(src != undefined)
If you deselect all the tabs, then try to select one again, firebug script can stop it from working because src is undefined.
In jquery.gPositions.js, in AdjustMapViewRouting, wrap the var request =... and directionsService.. in an if(src != undefined)