X-Git-Url: http://git.scottworley.com/picsort/blobdiff_plain/4ef7056e002ec60bc1ef09fb0d6e19d2dee009ed..0f88946688d3ba2ffb20cf5d391ecc7a22fac7e9:/picsorter.js diff --git a/picsorter.js b/picsorter.js index e8a92a2..f184784 100644 --- a/picsorter.js +++ b/picsorter.js @@ -166,6 +166,7 @@ function show_commands() { commands.push(command.join(" ")); } }); + commands.push(""); $("#shell_out").text(commands.join("\n")).show(); }