File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -243,7 +243,7 @@ export class PolyNodeController {
243243 const downloadButton = GlobalWidgetFactory . create ( flowNode , "button" , {
244244 text : "Download" ,
245245 callback : ( ) => {
246- saveFileToDisk ( "/zip/" + this . id + "/" + producerOutput , this . id ) ;
246+ saveFileToDisk ( ". /zip/" + this . id + "/" + producerOutput , this . id ) ;
247247 }
248248 } )
249249 this . flowNode . addWidget ( downloadButton ) ;
Original file line number Diff line number Diff line change @@ -257,7 +257,7 @@ export class RequestManager {
257257 }
258258
259259 getNodeTypes ( callback ?: ResponseCallback < Array < NodeType > > ) : void {
260- this . fetchJSON ( "/node-types" , callback )
260+ this . fetchJSON ( ". /node-types" , callback )
261261 }
262262
263263 getGraph ( callback ) : void {
You can’t perform that action at this time.
0 commit comments