diff --git a/web/app/main.js b/web/app/main.js index 9d6b9fe0..23d50cd2 100644 --- a/web/app/main.js +++ b/web/app/main.js @@ -38,5 +38,5 @@ TCAD.App.prototype.sketchFace = function() { data.boundary = polyFace.polygon.to2D(); localStorage.setItem(faceStorageKey, JSON.stringify(data)); - window.open("http://localhost:8080/canvas.html#" + faceStorageKey.substring(14), "Edit Sketch", "height=900,width=1200"); + window.open("canvas.html#" + faceStorageKey.substring(14), "Edit Sketch", "height=900,width=1200"); };