(target)
| 390 | // ==== Post ==== |
| 391 | // ================================ |
| 392 | async function postOnMouseIn(target) { |
| 393 | let articleNode = postGetArticleNode(target); |
| 394 | let { url } = await postGetUrl(target, articleNode); |
| 395 | target.setAttribute("href", url); |
| 396 | } |
| 397 | |
| 398 | async function postOnClicked(target) { |
| 399 | try { |
no test coverage detected