MCPcopy Create free account
hub / github.com/OpenRaiser/PaperFlow / selectedSettingTagValues

Function selectedSettingTagValues

deployments/desktop/static/desktop.js:2120–2124  ·  view source on GitHub ↗
(id)

Source from the content-addressed store, hash-verified

2118 }
2119
2120 function selectedSettingTagValues(id) {
2121 return Array.from($(id)?.querySelectorAll("span") || [])
2122 .map((item) => item.textContent.trim())
2123 .filter((value) => value && ![i18n.zh.common.notConfigured, i18n.en.common.notConfigured, i18n.zh.settings.placeholderMissing, i18n.en.settings.placeholderMissing].includes(value));
2124 }
2125
2126 function syncChoiceListFromSettings(id, values, enabled = true, options = {}) {
2127 const target = $(id);

Callers 1

setConferenceAccessModeFunction · 0.85

Calls 1

$Function · 0.70

Tested by

no test coverage detected