Skip to content

Commit

Permalink
refactor: minor cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
biati-digital committed Feb 11, 2025
1 parent f73bd01 commit 73d56fa
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions packages/glightbox/src/glightbox.ts
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,6 @@ export default class GLightbox {
addEvent("click", {
element: "*[data-glightbox]",
callback: (target: HTMLElement) => {
console.log("add event click");
this.open(target);
},
});
Expand Down Expand Up @@ -819,7 +818,6 @@ export default class GLightbox {
return;
}
const el = document.createElement("style");
el.type = "text/css";
el.className = "gl-css";
el.innerText = css;
document.head.appendChild(el);
Expand Down

0 comments on commit 73d56fa

Please sign in to comment.