Fix rsync page: add missing _esc helper that broke all card rendering
This commit is contained in:
@@ -731,6 +731,10 @@ function _bwSection(data) {
|
||||
}
|
||||
|
||||
// ── Sync log card ─────────────────────────────────────────────────────────────
|
||||
function _esc(s) {
|
||||
return (s||'').replace(/&/g,'&').replace(/</g,'<').replace(/>/g,'>').replace(/"/g,'"');
|
||||
}
|
||||
|
||||
let _liveTicker = null;
|
||||
let _fastPollTimer = null;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user