| @@ -40,10 +40,10 @@ | ||
| 40 | 40 | switch ( $type ) { |
| 41 | 41 | case 'backend': |
| 42 | 42 | return $this->context->isBackoffice(); |
| 43 | 43 | |
| 44 | - case 'ajax': | |
| 45 | - return $this->context->isAjax(); | |
| 44 | +// case 'ajax': | |
| 45 | +// return $this->context->isAjax(); | |
| 46 | 46 | |
| 47 | 47 | case 'installing_wp': |
| 48 | 48 | return $this->context->isInstalling(); |
| 49 | 49 | |