MCPcopy Create free account
hub / github.com/PierreGode/Ragnar / nodeRadius

Function nodeRadius

web/scripts/ragnar_modern.js:21107–21113  ·  view source on GitHub ↗
(d)

Source from the content-addressed store, hash-verified

21105 }
21106 } catch (e) {
21107 console.error('Failed to fetch Pushover key status:', e);
21108 }
21109}
21110
21111async function togglePushoverEnabled() {
21112 const cb = document.getElementById('pushover-enabled-toggle');
21113 if (!cb) return;
21114 try {
21115 await postAPI('/api/config', { pushover_enabled: cb.checked });
21116 showPushoverStatus(cb.checked ? '✓ Pushover notifications enabled' : 'ℹ Pushover notifications disabled',

Callers 1

renderNetworkMapFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected