Skip to content

Commit 9d5db4f

Browse files
authored
Update index.html
1 parent 6d87c0a commit 9d5db4f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<script>
2525
const path = location.hash.replace(/^#/, "");
2626
const script = document.createElement("script");
27-
script.src = `${path}.js`;
27+
script.src = `tables/${path}.js` || "Empty";
2828
script.onload = () => initPlanilha();
2929
script.onerror = () => alert("Table not found: " + path + ".");
3030
document.head.appendChild(script);

0 commit comments

Comments
 (0)