()
| 60 | } |
| 61 | |
| 62 | function getCsrfToken() { |
| 63 | return window.csrfToken || localStorage.getItem('csrf') || ''; |
| 64 | } |
| 65 | |
| 66 | function getActiveSourceId() { |
| 67 | const select = document.getElementById('sourceSelector'); |
no outgoing calls
no test coverage detected