()
| 1340 | if (tabName !== 'rusense') { |
| 1341 | const _obsFrame = document.getElementById('observatory-frame'); |
| 1342 | if (_obsFrame && _obsFrame.getAttribute('src')) _obsFrame.removeAttribute('src'); |
| 1343 | } |
| 1344 | |
| 1345 | if (systemMonitoringInterval && tabName !== 'system') { |
nothing calls this directly
no test coverage detected