Fix missing semicolon

This commit is contained in:
Gnome Ann 2021-09-19 11:59:31 -04:00
parent b5883148a5
commit 42ecd6d2d1
1 changed files with 1 additions and 1 deletions

View File

@ -840,7 +840,7 @@ function submitEditedChunk(event) {
}
function downloadStory(format) {
var filename_without_extension = storyname !== null ? storyname : "untitled"
var filename_without_extension = storyname !== null ? storyname : "untitled";
var anchor = document.createElement('a');