(n)
| 19516 | }, _outer_html: function(node) { |
| 19517 | return node.outerHTML || getOuterHTML(node); |
| 19518 | function getOuterHTML(n) { |
| 19519 | let div = document.createElement("div"), h; |
| 19520 | div.appendChild(n.cloneNode(true)); |
| 19521 | h = div.innerHTML; |
| 19522 | div = null; |
| 19523 | return h; |
| 19524 | } |
| 19525 | }, render: function(sns) { |
| 19526 | if (sns.form) { |
| 19527 | let rec = scheduler2.form_blocks["recurring"]; |
no outgoing calls
no test coverage detected