mirror of
https://github.com/xibyte/jsketcher
synced 2025-12-14 04:12:53 +01:00
fix sketcher url
This commit is contained in:
parent
750de62b99
commit
79ad72a620
1 changed files with 1 additions and 1 deletions
|
|
@ -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");
|
||||
};
|
||||
|
|
|
|||
Loading…
Reference in a new issue