Commit 53e84117 authored by Sven Berg Ryen's avatar Sven Berg Ryen Committed by Sven Berg Ryen
Browse files

Issue #3313186 by svenryen, Lucky723: withdraw button vs reject all button

parent 122a78d8
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -218,6 +218,7 @@
      Drupal.eu_cookie_compliance.attachWithdrawEvents();
      if (_euccCurrentStatus === cookieValueAgreedShowThankYou || _euccCurrentStatus === cookieValueAgreed) {
        $('.eu-cookie-withdraw-button').removeClass('visually-hidden');
        $('.eu-cookie-compliance-reject-button').addClass('visually-hidden');
      }
    }
  }
@@ -656,6 +657,7 @@
      Drupal.eu_cookie_compliance.attachWithdrawEvents();
      if (_euccCurrentStatus === cookieValueAgreedShowThankYou || _euccCurrentStatus === cookieValueAgreed) {
        $('.eu-cookie-withdraw-button').removeClass('visually-hidden');
        $('.eu-cookie-compliance-reject-button').addClass('visually-hidden');
      }
    }
  };
+1 −1

File changed.

Preview size limit exceeded, changes collapsed.