Loading js/eu_cookie_compliance.js +1 −1 Original line number Diff line number Diff line Loading @@ -1029,7 +1029,7 @@ Drupal.eu_cookie_compliance.hasAgreed = function (category) { var agreed = (_euccCurrentStatus === cookieValueAgreedShowThankYou || _euccCurrentStatus === cookieValueAgreed); if (category !== undefined && agreed) { if (category !== undefined && agreed && drupalSettings.eu_cookie_compliance.method === 'categories') { agreed = Drupal.eu_cookie_compliance.hasAgreedWithCategory(category); } Loading Loading
js/eu_cookie_compliance.js +1 −1 Original line number Diff line number Diff line Loading @@ -1029,7 +1029,7 @@ Drupal.eu_cookie_compliance.hasAgreed = function (category) { var agreed = (_euccCurrentStatus === cookieValueAgreedShowThankYou || _euccCurrentStatus === cookieValueAgreed); if (category !== undefined && agreed) { if (category !== undefined && agreed && drupalSettings.eu_cookie_compliance.method === 'categories') { agreed = Drupal.eu_cookie_compliance.hasAgreedWithCategory(category); } Loading