fix sketcher url

This commit is contained in:
Val Erastov 2014-11-03 22:06:25 -08:00
parent 750de62b99
commit 79ad72a620

View file

@ -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");
};