From 3540153c417eb2f99f83aa250f3e9516fed61122 Mon Sep 17 00:00:00 2001 From: OpenXE <> Date: Tue, 7 May 2024 10:15:47 +0200 Subject: [PATCH] Revert "removed the annoying poll thingy" This reverts commit 75bd5bea913d0d6fd70ef87caa3d2d70809f0a02. --- www/eproosystem.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/www/eproosystem.php b/www/eproosystem.php index b5490d73..560f7a59 100644 --- a/www/eproosystem.php +++ b/www/eproosystem.php @@ -1111,10 +1111,10 @@ if (typeof document.hidden !== \"undefined\") { // Opera 12.10 and Firefox 18 an } // userd edit ajax call -/* $poll = true; + $poll = true; if($poll) { $this->addPollJs($module, $action, $id); - }*/ + } /** @var Ajax $ajax */ $ajax = $this->loadModule('ajax');