taborlab / Iris

The Light Program Interface
BSD 3-Clause "New" or "Revised" License
12 stars 2 forks source link

Downloads are impossible; clicking download on valid programs throws an error #282

Closed SynbioLucas closed 8 years ago

SynbioLucas commented 8 years ago

All valid programs throw an error. Seems to be the fault of this line in formServices.js:

zip.file("savefile.irs", JSON.stringify(this.data));

PS good thing I checked this before pushing to gh-pages...

BrianLandry commented 8 years ago

Fixed in e818eb2