Comments on circlejourney All Comments Start of Thread Parent

Oh dear, I'm sorry to hear that that happened. It's possible that it's still saved - could you open the debug console on the page, type localStorage.th_cj and hit enter? if it's still saved there and it didn't get replaced with a blank, then it should still be saved under that. I should probably work in some sort of backup storage option, and I hope you are able to recover your code in the meantime.

If it's not there, then unfortunately it's probably gone, as there is currently no backup log of autosaves at the moment. The file download option was meant to be my solution to backup functionality, since your computer can handle more data than the browser's local storage (which is limited to 5MB). I'll see if I can add an "invisible" backup log for the next update, in any case.