mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
removed the accidental dropdown addition
This commit is contained in:
@ -371,7 +371,6 @@ function addSDGenButtons() {
|
|||||||
$('#send_but_sheld').prepend(buttonHtml);
|
$('#send_but_sheld').prepend(buttonHtml);
|
||||||
$('#send_but_sheld').prepend(waitButtonHtml);
|
$('#send_but_sheld').prepend(waitButtonHtml);
|
||||||
$(document.body).append(dropdownHtml);
|
$(document.body).append(dropdownHtml);
|
||||||
$(document.body).append(dropdownHtml);
|
|
||||||
|
|
||||||
const messageButton = $('.sd_message_gen');
|
const messageButton = $('.sd_message_gen');
|
||||||
const button = $('#sd_gen');
|
const button = $('#sd_gen');
|
||||||
|
Reference in New Issue
Block a user