MCPcopy Index your code
hub / github.com/Threadfin/Threadfin / showPopUpElement

Function showPopUpElement

html/js/base_ts.js:49–55  ·  view source on GitHub ↗
(elm)

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

showElementFunction · 0.70

Tested by

no test coverage detected