mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
Merge pull request #219 from gidzzz/fix-extensions-toggling
This commit is contained in:
@@ -2800,7 +2800,7 @@ function selectKoboldGuiPreset() {
|
|||||||
|
|
||||||
async function saveSettings(type) {
|
async function saveSettings(type) {
|
||||||
//console.log('Entering settings with name1 = '+name1);
|
//console.log('Entering settings with name1 = '+name1);
|
||||||
jQuery.ajax({
|
return jQuery.ajax({
|
||||||
type: "POST",
|
type: "POST",
|
||||||
url: "/savesettings",
|
url: "/savesettings",
|
||||||
data: JSON.stringify({
|
data: JSON.stringify({
|
||||||
|
Reference in New Issue
Block a user