Closed GrahamDumpleton closed 5 years ago
Download script uses:
if (module_body) { ... }
Problem is that this means if file is empty it isn't saved. Need to check for undefined or null. An empty string is okay.
Download script uses:
Problem is that this means if file is empty it isn't saved. Need to check for undefined or null. An empty string is okay.