diff --git a/config.conf b/config.conf index ca838712f..17c6064bd 100644 --- a/config.conf +++ b/config.conf @@ -1,7 +1,7 @@ const port = 8000; const whitelist = ['127.0.0.1','192.168.0.*']; //Example for add several IP in whitelist: ['127.0.0.1', '192.168.0.10'] -const whitelistMode = false//Disabling enabling the ip whitelist mode. true/false +const whitelistMode = false; //Disabling enabling the ip whitelist mode. true/false const autorun = true; //Autorun in the browser. true/false const enableExtensions = true; //Enables support for TavernAI-extras project const listen = true; // If true, Can be access from other device or PC. otherwise can be access only from hosting machine. diff --git a/public/script.js b/public/script.js index ed17f64ff..15eea76a6 100644 --- a/public/script.js +++ b/public/script.js @@ -4189,4 +4189,10 @@ $(document).ready(function () { } }); + + $(document).on('click', '.inline-drawer-toggle', function () { + var icon = $(this).find('.inline-drawer-icon'); + icon.toggleClass('down up'); + $(this).closest('.inline-drawer').find('.inline-drawer-content').slideToggle(); + }); }) diff --git a/public/scripts/extensions/expressions/index.js b/public/scripts/extensions/expressions/index.js index c6bf2b706..f4c97c67a 100644 --- a/public/scripts/extensions/expressions/index.js +++ b/public/scripts/extensions/expressions/index.js @@ -202,8 +202,16 @@ async function setExpression(character, expression) { const html = `
Hint: Create new folder in the public/characters/ folder and name it as the name of the character. Put PNG images with expressions there.
+Hint: Create new folder in the public/characters/ folder and name it as the name of the character. Put PNG images with expressions there.
+