mirror of
https://github.com/KoboldAI/KoboldAI-Client.git
synced 2025-01-21 21:05:28 +01:00
Fix missing semicolon
This commit is contained in:
parent
b5883148a5
commit
42ecd6d2d1
@ -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');
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user