diff --git a/stitchcode/backend/save.py b/stitchcode/backend/save.py index a5fffef0..af1083c9 100755 --- a/stitchcode/backend/save.py +++ b/stitchcode/backend/save.py @@ -43,7 +43,7 @@ def main(): emb.add_endstitches_to_jumps(10) #emb.to_triple_stitches() emb.save_as_png("files/%s.png" % fid) - emb.save_as_exp("files/%s.exp" % fid) + emb.save_as_exp("files/%s.exp" % fid,True) print "Content-Disposition: attachment; filename=%s.exp" % fid print "Content-Type: application/octet-stream\n" diff --git a/stitchcode/stitchcodeChangeSetDel.js b/stitchcode/stitchcodeChangeSetDel.js index 72fa0b0f..1684760b 100644 --- a/stitchcode/stitchcodeChangeSetDel.js +++ b/stitchcode/stitchcodeChangeSetDel.js @@ -883,7 +883,7 @@ IDE_Morph.prototype.projectMenu = function () { 'Select a sound from the media library' ); */ - + menu.popup(world, pos); };