(token)
| 26 | } |
| 27 | |
| 28 | function buildInternalLink(token) { |
| 29 | return `${window.location.origin}${withBase(`/index.html?fileLink=${encodeURIComponent(token)}`)}`; |
| 30 | } |
| 31 | |
| 32 | function openFileLinkResultModal(fileName, link) { |
| 33 | const existing = document.getElementById('fileLinkResultModal'); |
no test coverage detected