mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
Remove TAI artifact
This commit is contained in:
@ -5458,9 +5458,6 @@
|
||||
<div id="select_chat_cross" class="opacity50p hoverglow fa-solid fa-circle-xmark fontsize120p" alt="Close Past Chat Popup"></div>
|
||||
</div>
|
||||
<div id="select_chat_div"></div>
|
||||
<div id="load_select_chat_div">
|
||||
<div class="fa-solid fa-hourglass fa-spin"></div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div id="background_template" class="template_element">
|
||||
|
@ -10380,13 +10380,6 @@ jQuery(async function () {
|
||||
easing: animation_easing,
|
||||
});
|
||||
setTimeout(function () { $('#shadow_select_chat_popup').css('display', 'none'); }, animation_duration);
|
||||
//$("#shadow_select_chat_popup").css("display", "none");
|
||||
$('#load_select_chat_div').css('display', 'block');
|
||||
});
|
||||
|
||||
// not sure what that hourglass was for
|
||||
$('#option_select_chat').click(function () {
|
||||
$('#load_select_chat_div').css('display', 'none');
|
||||
});
|
||||
|
||||
if (navigator.clipboard === undefined) {
|
||||
@ -10786,7 +10779,6 @@ jQuery(async function () {
|
||||
var formData = new FormData($('#form_import_chat').get(0));
|
||||
formData.append('user_name', name1);
|
||||
$('#select_chat_div').html('');
|
||||
$('#load_select_chat_div').css('display', 'block');
|
||||
|
||||
if (selected_group) {
|
||||
await importGroupChat(formData);
|
||||
|
@ -636,7 +636,6 @@ export function initBookmarks() {
|
||||
}
|
||||
|
||||
$('#shadow_select_chat_popup').css('display', 'none');
|
||||
$('#load_select_chat_div').css('display', 'block');
|
||||
});
|
||||
|
||||
$(document).on('click', '.mes_create_bookmark', async function () {
|
||||
|
@ -4273,17 +4273,6 @@ h5 {
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
#load_select_chat_div {
|
||||
position: absolute;
|
||||
bottom: 154px;
|
||||
left: 174px;
|
||||
}
|
||||
|
||||
#load_select_chat_div img {
|
||||
width: 80px;
|
||||
height: 80px;
|
||||
}
|
||||
|
||||
#select_chat_div {
|
||||
padding: 0;
|
||||
height: min-content;
|
||||
|
Reference in New Issue
Block a user