We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d989d6e commit d4063a7Copy full SHA for d4063a7
Plugin/BlockPlugin.php
@@ -108,8 +108,7 @@ protected function isEnabled($block, $html)
108
if (PHP_SAPI === 'cli'
109
|| $this->request->isXmlHttpRequest()
110
|| false !== stripos($this->request->getFullActionName(), 'ajax')
111
- || false !== stripos($this->request->getServer('REQUEST_URI'), 'ajax')
112
- || $this->request->getParam('ajax')
+ || false !== stripos($this->request->getServer('REQUEST_URI'), 'layerednavigationajax')
113
|| $this->request->getParam('isAjax')
114
) {
115
return false;
0 commit comments