Skip to content

Commit

Permalink
Fixed couple js errors (#66)
Browse files Browse the repository at this point in the history
  • Loading branch information
OhMyGuus committed Oct 1, 2022
1 parent b4830fc commit 0164171
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions src/data/js/common5.js
Original file line number Diff line number Diff line change
Expand Up @@ -2199,7 +2199,7 @@ function getSelector(host) {
e = _sl(".appconsent_noscroll #appconsent iframe");
return e ? _sl(".button__skip", e.contentWindow.document) : e;

case "zlubaczowa.pl":
case "zlubaczowa.pl": {
e = _id("cmp-iframe");
const button = e
? _sl(
Expand All @@ -2214,7 +2214,7 @@ function getSelector(host) {
e.contentWindow.document
)
: e;

}
case "nordax.no":
case "nordax.de":
return _chain(
Expand Down Expand Up @@ -2389,7 +2389,7 @@ function getSelector(host) {
"#ccAcceptButton"
);

case "so.energy":
case "so.energy": {
e = _sl("app-footer");
const button =
e && e.shadowRoot
Expand All @@ -2399,7 +2399,7 @@ function getSelector(host) {
return e && e.shadowRoot
? _sl(".cookie-modal button.is-secondary", e.shadowRoot)
: false;

}
case "euranseurakunta.fi":
case "rovaniemenseurakunta.fi":
return "#cookie-modal:not(.closed) #set-cookie-consent";
Expand Down
2 changes: 1 addition & 1 deletion src/data/js/common8.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ const _i = setInterval(function () {

html.className += " idc8_343";

const c = 0;
let c = 0;
const l = document.location;
const i = setInterval(function () {
let e;
Expand Down

0 comments on commit 0164171

Please sign in to comment.