diff --git a/public/app.js b/public/app.js index e63e5e1..7ed05bb 100644 --- a/public/app.js +++ b/public/app.js @@ -94,6 +94,8 @@ function handleShowAllToggle(e) { showAll = e.target.checked; // Re-open stream with updated showAll param startSSE(); + // Reload history with updated showAll param + loadHistory(); } function fadeOutLogin() {