(id)
| 1763 | return window.location.href.indexOf(name) !== -1; |
| 1764 | } |
| 1765 | function setIdToUrl(id) { |
| 1766 | if (urlParameterAvailable("serviceID")) { |
| 1767 | setUrlParameter("serviceID", id.toString()); |
| 1768 | } |
| 1769 | } |
| 1770 | async function _showForm(setEvent, selection, contentId = null) { |
| 1771 | _isNewDataset = false; |
| 1772 | triggerSelectionChangeEvent = true; |
no test coverage detected