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

Function renderActivity

deployments/desktop/static/app.js:1151–1153  ·  view source on GitHub ↗
(items)

Source from the content-addressed store, hash-verified

1149}
1150
1151function renderActivity(items) {
1152 renderActivityList("historyList", items, $("activityFilter") ? $("activityFilter").value : "");
1153}
1154
1155function renderActivityList(targetId, items, filter) {
1156 const target = $(targetId);

Callers 2

refreshDashboardFunction · 0.85
bindEventsFunction · 0.85

Calls 2

renderActivityListFunction · 0.85
$Function · 0.70

Tested by

no test coverage detected