Skip to content

Commit

Permalink
sync
Browse files Browse the repository at this point in the history
  • Loading branch information
dermatthes committed Mar 30, 2024
1 parent 32595a9 commit 8fb69da
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@leuffen/liscom-loader",
"version": "1.0.8",
"version": "1.0.9",
"description": "",
"main": "./dist/index.js",
"module": "./dist/index.js",
Expand Down
1 change: 1 addition & 0 deletions src/loader/loader.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ export function initLoader() {
return;
}
img.classList.remove("d-none");
img.style.display = "block";

let loader = ka_create_element("div", {class: "loader"});
let loaderImg = ka_create_element("div", {class: "loader-img"}, [img], loader);
Expand Down

0 comments on commit 8fb69da

Please sign in to comment.