Commit ad0bffbc authored by ambient.impact's avatar ambient.impact Committed by Sven Berg Ryen
Browse files

Issue #3257088 by svenryen, Ambient.Impact, pasperbla: Withdraw button not visible

parent 0b479d17
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -159,7 +159,7 @@
    if (drupalSettings.eu_cookie_compliance.withdraw_enabled) {
      Drupal.eu_cookie_compliance.attachWithdrawEvents();
      if (_euccCurrentStatus === cookieValueAgreedShowThankYou || _euccCurrentStatus === cookieValueAgreed) {
        $('.eu-cookie-withdraw-button').show();
        $('.eu-cookie-withdraw-button').removeClass('visually-hidden');
      }
    }
  }
@@ -463,7 +463,7 @@
    if (drupalSettings.eu_cookie_compliance.withdraw_enabled && drupalSettings.eu_cookie_compliance.withdraw_button_on_info_popup) {
      Drupal.eu_cookie_compliance.attachWithdrawEvents();
      if (_euccCurrentStatus === cookieValueAgreedShowThankYou || _euccCurrentStatus === cookieValueAgreed) {
        $('.eu-cookie-withdraw-button').show();
        $('.eu-cookie-withdraw-button').removeClass('visually-hidden');
      }
    }
  };