Skip to content

Commit

Permalink
Update canvasFallback.js
Browse files Browse the repository at this point in the history
  • Loading branch information
haehn authored Apr 23, 2024
1 parent c76c0b0 commit 7e2bb53
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/frameworks/canvasFallback.js
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ export class CanvasFallback extends Framework {
select_box(callback) {
let scriptBoxCraft = document.createElement("script");
scriptBoxCraft.type = "text/javascript";
scriptBoostlet.src = "https://boostlet.org/dist/boxcraft.min.js";
scriptBoxCraft.src = "https://boostlet.org/dist/boxcraft.min.js";
// scriptBoxCraft.src = "https://shrutivarade.github.io/BoxCraft/dist/boxCraft.min.js";
// scriptBoxCraft.src = "https://shrutivarade.github.io/boostlet/dist/boxcraft.min.js";
// scriptBoxCraft.src = "http://localhost:8000/dist/boxcraft.min.js";
Expand All @@ -132,4 +132,4 @@ export class CanvasFallback extends Framework {

}

}
}

0 comments on commit 7e2bb53

Please sign in to comment.