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

Function showSettingsMessage

deployments/desktop/static/desktop.js:5384–5388  ·  view source on GitHub ↗
(message)

Source from the content-addressed store, hash-verified

5382 }
5383
5384 function showSettingsMessage(message) {
5385 $("providerTestOutput").className = "answer";
5386 $("providerTestOutput").textContent = message;
5387 setStatus(ui().common.updated);
5388 }
5389
5390 function addCustomSource() {
5391 const input = $("sourceUrlInput");

Callers 5

saveSettingsFunction · 0.85
addCustomSourceFunction · 0.85
exportDataFunction · 0.85
saveProfileFunction · 0.85
bindEventsFunction · 0.85

Calls 3

uiFunction · 0.85
$Function · 0.70
setStatusFunction · 0.70

Tested by

no test coverage detected