From b8ec26965d417d1e1ae3bbef256358f86ed3d2e2 Mon Sep 17 00:00:00 2001 From: narspt Date: Sat, 3 Feb 2018 01:53:37 +0000 Subject: [PATCH] add missing SuspendPageRefresh() to dashboard2 SuspendPageRefresh() is called on input's onfocus (on users.php) to stop auto refresh while user is typing, however it is missing on dashboard2 --- dashboard2/index.php | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/dashboard2/index.php b/dashboard2/index.php index 2bb0f88..cf29a95 100644 --- a/dashboard2/index.php +++ b/dashboard2/index.php @@ -107,6 +107,7 @@ if ($CallingHome['Active']) { if ($PageOptions['PageRefreshActive']) { echo ' '; } if (!isset($_GET['show'])) $_GET['show'] = "";