Code Review Videos
Code Review Videos
loving this series, thank you for making and sharing
Dispatch a custom event so we can do "interesting things" from elsewhere when the user accepts the policy. In my example I want to redirect the user to the same...
* Removes unused local variable * Found `response.status` is undefined, so use `xhr.status` check instead - however may not be needed * Force `window.location.reload` to load page from server, rather...
This is a PR to provide the suggested fix in this issue: https://github.com/trewknowledge/GDPR/issues/232 This works for me, though I have only tested two different modals: * Confirmation of delete *...
Firstly, thank you very much for this plugin. I really appreciate it. I hit upon this issue: https://github.com/trewknowledge/GDPR/issues/24 This is one potential solution to the problem, which appears working for...