Revert "removed the annoying poll thingy"

This reverts commit 75bd5bea91.
This commit is contained in:
OpenXE 2024-05-07 10:15:47 +02:00
parent 640974afc8
commit 3540153c41

View File

@ -1111,10 +1111,10 @@ if (typeof document.hidden !== \"undefined\") { // Opera 12.10 and Firefox 18 an
} }
// userd edit ajax call // userd edit ajax call
/* $poll = true; $poll = true;
if($poll) { if($poll) {
$this->addPollJs($module, $action, $id); $this->addPollJs($module, $action, $id);
}*/ }
/** @var Ajax $ajax */ /** @var Ajax $ajax */
$ajax = $this->loadModule('ajax'); $ajax = $this->loadModule('ajax');