Skip to content

Commit c2c8d10

Browse files
author
Jessica Shi
committed
don't need double quotes.....
1 parent 4f78112 commit c2c8d10

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

javascripts/demo.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1006,7 +1006,7 @@ function demo() {
10061006
}
10071007

10081008
for (var i = 0; i < model.schedule.length; ++i) {
1009-
tempCommand = " -s=\"";
1009+
tempCommand = " -s=";
10101010

10111011
var scheduleCommand = model.schedule[i]["command"];
10121012
if (!scheduleCommand) { continue; }
@@ -1028,7 +1028,7 @@ function demo() {
10281028
}
10291029

10301030
tempCommand = tempCommand.substring(0, tempCommand.length - 1)
1031-
tempCommand += ")\"";
1031+
tempCommand += ")";
10321032

10331033
if (valid) {
10341034
// only add if user inputted all parameters

0 commit comments

Comments
 (0)