(v)
| 10063 | }(v, x, b); |
| 10064 | } |
| 10065 | function N(v) { |
| 10066 | for (let x = 0; x < e.config.lightbox.sections.length; x++) { |
| 10067 | let b = e.config.lightbox.sections[x]; |
| 10068 | if (b.type === v) |
| 10069 | return e.formSection(b.name); |
| 10070 | } |
| 10071 | return null; |
| 10072 | } |
| 10073 | e.form_blocks.recurring = { _get_node: function(v) { |
| 10074 | if (typeof v == "string") { |
| 10075 | let x = e._lightbox.querySelector(`#${v}`); |
no test coverage detected