removed the annoying poll thingy

This commit is contained in:
Xenomporio 2022-06-30 21:52:50 +02:00
parent 3c8ddedd3e
commit 75bd5bea91

View File

@ -1106,10 +1106,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');