Skip to content

Commit

Permalink
Merge pull request civicrm#11218 from colemanw/CRM-21374
Browse files Browse the repository at this point in the history
CRM-21374 - Quick fix - D8 doesn't support regions
  • Loading branch information
colemanw authored and sluc23 committed Jan 10, 2018
2 parents 4baa9c1 + 543498d commit 514ef52
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions CRM/Utils/System/Drupal8.php
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,6 @@ public function addScriptUrl($url, $region) {

switch ($region) {
case 'html-header':
case 'page-footer':
break;

default:
Expand All @@ -240,7 +239,6 @@ public function addScriptUrl($url, $region) {
public function addScript($code, $region) {
switch ($region) {
case 'html-header':
case 'page-footer':
break;

default:
Expand Down

0 comments on commit 514ef52

Please sign in to comment.