Skip to content

Commit

Permalink
path correction
Browse files Browse the repository at this point in the history
  • Loading branch information
saliherdemk committed Sep 21, 2024
1 parent fb7df8e commit cd76326
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/Organizers/Table/tableOrganizer.js
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,7 @@ class TableOrganizer extends FunctionalTable {
createMNIST() {
this.disableAll();
setElementProperties("mnist-button", { loading: "true" });
fetch("../Data/mnist.json")
fetch("Data/mnist.json")
.then((response) => {
if (!response.ok) {
throw new Error("Network response was not ok");
Expand Down

0 comments on commit cd76326

Please sign in to comment.