mirror of
https://github.com/KoboldAI/KoboldAI-Client.git
synced 2025-06-05 21:59:24 +02:00
More missing semicolons...
This commit is contained in:
@ -1344,11 +1344,11 @@ $(document).ready(function(){
|
|||||||
});
|
});
|
||||||
|
|
||||||
button_download.on("click", function(ev) {
|
button_download.on("click", function(ev) {
|
||||||
downloadStory('json')
|
downloadStory('json');
|
||||||
});
|
});
|
||||||
|
|
||||||
button_downloadtxt.on("click", function(ev) {
|
button_downloadtxt.on("click", function(ev) {
|
||||||
downloadStory('plaintext')
|
downloadStory('plaintext');
|
||||||
});
|
});
|
||||||
|
|
||||||
button_load.on("click", function(ev) {
|
button_load.on("click", function(ev) {
|
||||||
|
Reference in New Issue
Block a user