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

Function setProfileSyncStatus

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

Source from the content-addressed store, hash-verified

5037 }
5038
5039 function setProfileSyncStatus(message) {
5040 const target = $("profileSyncStatus");
5041 if (target) target.textContent = message;
5042 }
5043
5044 function renderProfileForm(data = {}) {
5045 const profile = data.profile || {};

Callers 2

renderProfileFormFunction · 0.85
loadCurrentProfileFunction · 0.85

Calls 1

$Function · 0.70

Tested by

no test coverage detected