django-cookie-consent icon indicating copy to clipboard operation
django-cookie-consent copied to clipboard

Fix onAccept example in JS documentation

Open mikaraunio opened this issue 6 months ago • 0 comments

The Javascript integration documentation page includes this sample onAccept implementation:

function onAccept(event, cookieGroups) { ... }

which won't work as intended, as cookieGroups is actually passed as the first parameter to the function. This PR fixes the code sample.

mikaraunio avatar Jul 29 '24 02:07 mikaraunio