1 | sS js_replaceHTML(S html) {
|
2 | ret replaceDollarVars_js([[ |
3 | (function() {
|
4 | var target = document.querySelector("html");
|
5 | target.innerHTML = $html; |
6 | nodeScriptReplace(target); |
7 | })(); ]], html := unnull(html)); |
8 | } |
download show line numbers debug dex old transpilations
Travelled to 3 computer(s): bhatertpkbcr, mowyntqkapby, mqqgnosmbjvj
No comments. add comment
| Snippet ID: | #1032603 |
| Snippet name: | js_replaceHTML - requires nodeScriptReplace |
| Eternal ID of this version: | #1032603/2 |
| Text MD5: | 7f9c4e15a0d6b99257f0293d86450360 |
| Author: | stefan |
| Category: | javax |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2021-10-11 05:25:30 |
| Source code size: | 237 bytes / 8 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 354 / 379 |
| Version history: | 1 change(s) |
| Referenced in: | [show references] |