Load script from file

This commit is contained in:
Brad Davis 2016-01-12 11:48:18 -08:00
parent 4f975de6a6
commit a9eb5b8229

View file

@ -38,6 +38,7 @@ Window {
// unescape html codes like '%23' for '#'
var cleanPath = decodeURIComponent(chosenFolder);
scripts.previousScriptLocation = cleanPath;
scripts.loadOneScript(chosen);
}
onRejected: {
console.log("Canceled")