More missing semicolons...

This commit is contained in:
Gnome Ann 2021-09-19 17:16:01 -04:00
parent 99d2ce6887
commit dff5a4e754
1 changed files with 2 additions and 2 deletions

View File

@ -1344,11 +1344,11 @@ $(document).ready(function(){
});
button_download.on("click", function(ev) {
downloadStory('json')
downloadStory('json');
});
button_downloadtxt.on("click", function(ev) {
downloadStory('plaintext')
downloadStory('plaintext');
});
button_load.on("click", function(ev) {