(elm)
| 56 | settingsCategory.push(new SettingsCategoryItem("{{.settings.category.authentication}}", "authentication.web,authentication.pms,authentication.m3u,authentication.xml,authentication.api")) |
| 57 | |
| 58 | function showPopUpElement(elm) { |
| 59 | |
| 60 | showElement(elm, true) |
| 61 | |
| 62 | // setTimeout(function () { |
| 63 | // showElement("popup", true); |
| 64 | // }, 10); |
| 65 | |
| 66 | return |
| 67 | } |
| 68 | |
| 69 | function showElement(elmID, type) { |
| 70 | if (elmID == "popup-custom" || elmID == "popup") { |
no test coverage detected