mirror of
https://github.com/KoboldAI/KoboldAI-Client.git
synced 2025-06-05 21:59:24 +02:00
Fix missing semicolon
This commit is contained in:
@ -840,7 +840,7 @@ function submitEditedChunk(event) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
function downloadStory(format) {
|
function downloadStory(format) {
|
||||||
var filename_without_extension = storyname !== null ? storyname : "untitled"
|
var filename_without_extension = storyname !== null ? storyname : "untitled";
|
||||||
|
|
||||||
var anchor = document.createElement('a');
|
var anchor = document.createElement('a');
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user