Loading core/lib/Drupal/Core/Ajax/AjaxResponseAttachmentsProcessor.php +1 −1 Original line number Diff line number Diff line Loading @@ -94,7 +94,7 @@ protected function buildAttachmentsCommands(AjaxResponse $response, Request $req // Aggregate CSS/JS if necessary, but only during normal site operation. $optimize_css = !$maintenance_mode && $this->config->get('css.preprocess'); $optimize_js = $maintenance_mode && $this->config->get('js.preprocess'); $optimize_js = !$maintenance_mode && $this->config->get('js.preprocess'); $attachments = $response->getAttachments(); Loading Loading
core/lib/Drupal/Core/Ajax/AjaxResponseAttachmentsProcessor.php +1 −1 Original line number Diff line number Diff line Loading @@ -94,7 +94,7 @@ protected function buildAttachmentsCommands(AjaxResponse $response, Request $req // Aggregate CSS/JS if necessary, but only during normal site operation. $optimize_css = !$maintenance_mode && $this->config->get('css.preprocess'); $optimize_js = $maintenance_mode && $this->config->get('js.preprocess'); $optimize_js = !$maintenance_mode && $this->config->get('js.preprocess'); $attachments = $response->getAttachments(); Loading