Compare commits
1 commit
Author | SHA1 | Date | |
---|---|---|---|
ddccb4551a |
1 changed files with 8 additions and 7 deletions
|
@ -45,7 +45,6 @@ class Footer extends HTMLElement {
|
||||||
|
|
||||||
customElements.define('footer-component', Footer);
|
customElements.define('footer-component', Footer);
|
||||||
|
|
||||||
// @license-end
|
|
||||||
|
|
||||||
// CSS for the hidden button
|
// CSS for the hidden button
|
||||||
const style = document.createElement('style');
|
const style = document.createElement('style');
|
||||||
|
@ -66,3 +65,5 @@ style.textContent = `
|
||||||
}
|
}
|
||||||
`;
|
`;
|
||||||
document.head.appendChild(style);
|
document.head.appendChild(style);
|
||||||
|
|
||||||
|
// @license-end
|
Loading…
Reference in a new issue