Skip to content

Commit aefa062

Browse files
Update cookieyes-banner.js
Co-authored-by: Copilot <[email protected]>
1 parent ec1a5a5 commit aefa062

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cookieyes-banner.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ function createBanner() {
55
const el = document.createElement("script");
66
el.src = cookieyesSrc;
77
el.id = bannerId;
8-
el.type = "text/javascript"
8+
el.type = "text/javascript";
99

1010
document.head.appendChild(el);
1111
}

0 commit comments

Comments
 (0)