()
| 1755 | } |
| 1756 | } |
| 1757 | async function _removeDetails() { |
| 1758 | _hideTheForm(); |
| 1759 | await _createToolbarTable(buttons.STATE.initialize); |
| 1760 | _showFormButtons(buttons.STATE.initialize); |
| 1761 | } |
| 1762 | function urlParameterAvailable(name = "") { |
| 1763 | return window.location.href.indexOf(name) !== -1; |
| 1764 | } |
no test coverage detected