mirror of
https://github.com/KoboldAI/KoboldAI-Client.git
synced 2025-06-05 21:59:24 +02:00
Bugfix for Author's Note Depth slider not doing anything.
This commit is contained in:
@ -828,6 +828,10 @@ $(document).ready(function(){
|
|||||||
hideNewStoryPopup();
|
hideNewStoryPopup();
|
||||||
});
|
});
|
||||||
|
|
||||||
|
anote_slider.on("input", function () {
|
||||||
|
socket.send({'cmd': 'anotedepth', 'data': $(this).val()});
|
||||||
|
});
|
||||||
|
|
||||||
saveasinput.on("input", function () {
|
saveasinput.on("input", function () {
|
||||||
if(saveasinput.val() == "") {
|
if(saveasinput.val() == "") {
|
||||||
disableButtons([saveas_accept]);
|
disableButtons([saveas_accept]);
|
||||||
|
Reference in New Issue
Block a user