()
| 591 | } |
| 592 | |
| 593 | function getPortalSourceFallbackId() { |
| 594 | if (__portalSourcesById.local) return 'local'; |
| 595 | return __portalSources.length ? __portalSources[0].id : ''; |
| 596 | } |
| 597 | |
| 598 | function getDefaultPortalSourceId() { |
| 599 | try { |
no outgoing calls
no test coverage detected