Skip to content

Commit

Permalink
Merge pull request #286 from localgovdrupal/1.x
Browse files Browse the repository at this point in the history
PR for 1.6.4
Self approve as the underlying PRs approved.
  • Loading branch information
andybroomfield committed Sep 8, 2023
2 parents 3100f93 + e2dc513 commit 8320b74
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 deletions.
4 changes: 2 additions & 2 deletions js/alert_banner.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* This is so if the alert changes, the banner is reshown.
*/

(function($, Drupal, drupalSettings, cookies) {
(function($, cookies) {

'use strict';

Expand Down Expand Up @@ -37,4 +37,4 @@

});

}) (jQuery, Drupal, drupalSettings, window.Cookies);
}) (jQuery, window.Cookies);
5 changes: 0 additions & 5 deletions tests/src/FunctionalJavascript/AlertBannerHideTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,6 @@ class AlertBannerHideTest extends WebDriverTestBase {
*/
protected $defaultTheme = 'stark';

/**
* {@inheritdoc}
*/
protected $profile = 'localgov';

/**
* {@inheritdoc}
*/
Expand Down

0 comments on commit 8320b74

Please sign in to comment.