From 9ad4c98268f84fbb83a5041953d0bb9134f99bad Mon Sep 17 00:00:00 2001 From: Tatiana Llorente Date: Tue, 16 Jul 2019 15:43:52 +0200 Subject: [PATCH] Added feature to autorefresh in events view with datatables - #4330 --- pandora_console/general/header.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pandora_console/general/header.php b/pandora_console/general/header.php index c2f45d1524..e54f676244 100644 --- a/pandora_console/general/header.php +++ b/pandora_console/general/header.php @@ -690,7 +690,7 @@ if ($config['menu_type'] == 'classic') { layout: '%M%nn%M:%S%nn%S', labels: ['', '', '', '', '', '', ''], onExpiry: function () { - dt_events.draw(true); + dt_events.draw(false); } }); }