We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 783c178 commit 2e548efCopy full SHA for 2e548ef
tbx/static_src/javascript/components/cookie-message.js
@@ -22,7 +22,7 @@ class CookieWarning {
22
this.activeClass = 'active';
23
this.inactiveClass = 'inactive';
24
25
- this.template = document.querySelector(CookieWarning.vwoSelector())
+ this.template = document.querySelector(CookieWarning.vwoSelector());
26
this.templateInitiated = false;
27
28
this.checkCookie();
@@ -59,7 +59,7 @@ class CookieWarning {
59
}
60
} else {
61
window.VWO.init(3);
62
- window.VWO.push(['optOutVisitor'])
+ window.VWO.push(['optOutVisitor']);
63
64
65
0 commit comments