Skip to content

Commit

Permalink
cleanup oversight from #181
Browse files Browse the repository at this point in the history
  • Loading branch information
fzumstein committed Nov 11, 2024
1 parent a8124ff commit 8877634
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions app/static/js/core/xlwingsjs/xlwings.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,6 @@ globalThis.xlwings = xlwings;
document.addEventListener("DOMContentLoaded", init);

export function init() {
const appPathElement = document.getElementById("app-path");
const appPath = appPathElement
? JSON.parse(appPathElement.textContent)
: null;
const elements = document.querySelectorAll("[xw-click]");
elements.forEach((element) => {
element.addEventListener("click", async (event) => {
Expand Down

0 comments on commit 8877634

Please sign in to comment.