update initial contents for setup & close code

This commit is contained in:
Hiroyasu Nishiyama
2020-05-11 22:55:07 +09:00
parent 5b197adf33
commit a764a4a44b
3 changed files with 4 additions and 6 deletions

View File

@@ -156,7 +156,6 @@
var count = finalText.split("\n").length;
this.finalizeEditor.moveCursorTo(count -1, 0);
}
RED.library.create({
url:"functions", // where to get the data from
@@ -245,7 +244,6 @@
}
})
});
},
oneditsave: function() {