Skip to content

Commit

Permalink
Maybe?
Browse files Browse the repository at this point in the history
  • Loading branch information
AnalogFeelings committed May 26, 2024
1 parent 736cd4c commit a66b05d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion javascript/common.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ async function LoadElements()
for (const element of includeElements)
{
let name = element.getAttribute("data-include");
let file = '../elements/' + name + '.html';
let file = 'elements/' + name + '.html';

let response = await fetch(file);
let data = await response.text();
Expand Down

0 comments on commit a66b05d

Please sign in to comment.