(nodeId, title)
| 4485 | } |
| 4486 | |
| 4487 | async function openCitationSource(nodeId, title) { |
| 4488 | setView("wiki", true, { skipLoad: true }); |
| 4489 | $("wikiQuery").value = title || nodeId || ""; |
| 4490 | await searchWiki(); |
| 4491 | } |
| 4492 | |
| 4493 | function chunkText(text) { |
| 4494 | const content = String(text || ""); |
no test coverage detected