(elm)
| 47 | settingsCategory.push(new SettingsCategoryItem("{{.settings.category.backup}}", "backup.path,backup.keep")); |
| 48 | settingsCategory.push(new SettingsCategoryItem("{{.settings.category.authentication}}", "authentication.web,authentication.pms,authentication.m3u,authentication.xml,authentication.api")); |
| 49 | function showPopUpElement(elm) { |
| 50 | showElement(elm, true); |
| 51 | // setTimeout(function () { |
| 52 | // showElement("popup", true); |
| 53 | // }, 10); |
| 54 | return; |
| 55 | } |
| 56 | function showElement(elmID, type) { |
| 57 | if (elmID == "popup-custom" || elmID == "popup") { |
| 58 | switch (type) { |
nothing calls this directly
no test coverage detected