We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4f78112 commit c2c8d10Copy full SHA for c2c8d10
javascripts/demo.js
@@ -1006,7 +1006,7 @@ function demo() {
1006
}
1007
1008
for (var i = 0; i < model.schedule.length; ++i) {
1009
- tempCommand = " -s=\"";
+ tempCommand = " -s=";
1010
1011
var scheduleCommand = model.schedule[i]["command"];
1012
if (!scheduleCommand) { continue; }
@@ -1028,7 +1028,7 @@ function demo() {
1028
1029
1030
tempCommand = tempCommand.substring(0, tempCommand.length - 1)
1031
- tempCommand += ")\"";
+ tempCommand += ")";
1032
1033
if (valid) {
1034
// only add if user inputted all parameters
0 commit comments