Skip to content

Commit

Permalink
More controls that should not dismiss cookie dialog
Browse files Browse the repository at this point in the history
  • Loading branch information
begriffs committed Dec 11, 2018
1 parent c886ca1 commit 9d68dda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _templates/page.html
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@
};

// continuing to interact with the page consents to cookies
$("a:not(#cookiesLink), button, iframe, input, [data-toggle]").on(
$("a:not(#cookiesLink), button, iframe, input, [data-toggle*='wy-nav-top'], [data-toggle*='rst-current-version']").on(
"click", clickConsent
);

Expand Down

0 comments on commit 9d68dda

Please sign in to comment.