diff --git a/static/application.js b/static/application.js index d38b7a7d..2431db49 100644 --- a/static/application.js +++ b/static/application.js @@ -883,7 +883,7 @@ function downloadStory(format) { authorsnote: $("#anoteinput").val(), actions: actionlist_compiled, worldinfo: wilist_compiled, - }, null, 4)])); + }, null, 3)])); anchor.setAttribute('href', objectURL); anchor.setAttribute('download', filename_without_extension + ".json"); anchor.click();