(error)
| 1294 | } |
| 1295 | |
| 1296 | function getErrorHTML(error) { |
| 1297 | let html = Mustache.render(CARD_TPL.error, error) |
| 1298 | return $(html) |
| 1299 | } |
| 1300 | |
| 1301 | // prepare token form |
| 1302 | let tokenForm = $(CARD_TPL.form).attr('tabindex', '0') |
no outgoing calls
no test coverage detected