mirror of
https://github.com/KoboldAI/KoboldAI-Client.git
synced 2025-02-17 12:10:49 +01:00
More missing semicolons...
This commit is contained in:
parent
99d2ce6887
commit
dff5a4e754
@ -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) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user