removed the accidental dropdown addition

This commit is contained in:
Sumit Kumar
2023-05-16 17:05:53 +05:30
parent 94a53d5759
commit 78d4f16281

View File

@ -371,7 +371,6 @@ function addSDGenButtons() {
$('#send_but_sheld').prepend(buttonHtml);
$('#send_but_sheld').prepend(waitButtonHtml);
$(document.body).append(dropdownHtml);
$(document.body).append(dropdownHtml);
const messageButton = $('.sd_message_gen');
const button = $('#sd_gen');