Skip to content

Commit 2e548ef

Browse files
author
AJ Griffiths
committed
lint fix
1 parent 783c178 commit 2e548ef

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tbx/static_src/javascript/components/cookie-message.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ class CookieWarning {
2222
this.activeClass = 'active';
2323
this.inactiveClass = 'inactive';
2424

25-
this.template = document.querySelector(CookieWarning.vwoSelector())
25+
this.template = document.querySelector(CookieWarning.vwoSelector());
2626
this.templateInitiated = false;
2727

2828
this.checkCookie();
@@ -59,7 +59,7 @@ class CookieWarning {
5959
}
6060
} else {
6161
window.VWO.init(3);
62-
window.VWO.push(['optOutVisitor'])
62+
window.VWO.push(['optOutVisitor']);
6363
}
6464
}
6565

0 commit comments

Comments
 (0)