mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-06-21 13:43:14 -04:00
Hide cookie banner if no-js
Decided in discussions with @quis and @yahoopete that users without JS available cannot accept/reject analytics cookies so the banner has no use.
This commit is contained in:
@@ -86,7 +86,7 @@ describe("Cookie message", () => {
|
||||
});
|
||||
|
||||
/*
|
||||
Note: If no JS, the cookie banner shows a button to take you to the cookies page for more information.
|
||||
Note: If no JS, the cookie banner is hidden.
|
||||
|
||||
This works through CSS, based on the presence of the `js-enabled` class on the <body> so is not tested here.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user