Skip to content

Commit

Permalink
Debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
meghalithic authored Sep 30, 2024
1 parent bdfc2a8 commit 3f793a7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion webpic/scripts/script.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
*/

// var imagesURL = "https://meghalithic.github.io/megbalk.github.io/webpic/images/";
var imagesURL = "https://github.com/meghalithic/megbalk.github.io/tree/master/webpic/images/";
// var imagesURL = "https://github.com/meghalithic/megbalk.github.io/tree/master/webpic/images/";
var imagesURL = "aWrongURL";
// Another comment 2
var canvas = new fabric.Canvas('canvas', {selection: false, hoverCursor:'default'});
var images;
Expand Down

0 comments on commit 3f793a7

Please sign in to comment.