MCPcopy Create free account
hub / github.com/Threadfin/Threadfin / showPopUpElement

Function showPopUpElement

ts/base_ts.ts:58–67  ·  view source on GitHub ↗
(elm)

Source from the content-addressed store, hash-verified

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

Callers 1

openPopUpFunction · 0.70

Calls 1

showElementFunction · 0.70

Tested by

no test coverage detected