Skip to content

Commit

Permalink
Use "Consented" value for consistency
Browse files Browse the repository at this point in the history
  • Loading branch information
begriffs committed Dec 20, 2018
1 parent c4f1f3f commit e0bb70e
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 @@ -110,7 +110,7 @@
$(document).ready(function() {
/* Uses global window.g_cookieConsentId defined in the <head> */

var consentValue = 'Notified';
var consentValue = 'Consented';

var clickConsent = function () {
if ($("#consentBox").is(":visible")) {
Expand Down

0 comments on commit e0bb70e

Please sign in to comment.