Remove TAI artifact
| @@ -5458,9 +5458,6 @@ | |||
| 5458 | <div id="select_chat_cross" class="opacity50p hoverglow fa-solid fa-circle-xmark fontsize120p" alt="Close Past Chat Popup"></div> | 5458 | <div id="select_chat_cross" class="opacity50p hoverglow fa-solid fa-circle-xmark fontsize120p" alt="Close Past Chat Popup"></div> |
| 5459 | </div> | 5459 | </div> |
| 5460 | <div id="select_chat_div"></div> | 5460 | <div id="select_chat_div"></div> |
| 5461 | <div id="load_select_chat_div"> | ||
| 5462 | <div class="fa-solid fa-hourglass fa-spin"></div> | ||
| 5463 | </div> | ||
| 5464 | </div> | 5461 | </div> |
| 5465 | </div> | 5462 | </div> |
| 5466 | <div id="background_template" class="template_element"> | 5463 | <div id="background_template" class="template_element"> |
| @@ -10380,13 +10380,6 @@ jQuery(async function () { | |||
| 10380 | easing: animation_easing, | 10380 | easing: animation_easing, |
| 10381 | }); | 10381 | }); |
| 10382 | setTimeout(function () { $('#shadow_select_chat_popup').css('display', 'none'); }, animation_duration); | 10382 | setTimeout(function () { $('#shadow_select_chat_popup').css('display', 'none'); }, animation_duration); |
| 10383 | //$("#shadow_select_chat_popup").css("display", "none"); | ||
| 10384 | $('#load_select_chat_div').css('display', 'block'); | ||
| 10385 | }); | ||
| 10386 | |||
| 10387 | // not sure what that hourglass was for | ||
| 10388 | $('#option_select_chat').click(function () { | ||
| 10389 | $('#load_select_chat_div').css('display', 'none'); | ||
| 10390 | }); | 10383 | }); |
| 10391 | 10384 | ||
| 10392 | if (navigator.clipboard === undefined) { | 10385 | if (navigator.clipboard === undefined) { |
| @@ -10786,7 +10779,6 @@ jQuery(async function () { | |||
| 10786 | var formData = new FormData($('#form_import_chat').get(0)); | 10779 | var formData = new FormData($('#form_import_chat').get(0)); |
| 10787 | formData.append('user_name', name1); | 10780 | formData.append('user_name', name1); |
| 10788 | $('#select_chat_div').html(''); | 10781 | $('#select_chat_div').html(''); |
| 10789 | $('#load_select_chat_div').css('display', 'block'); | ||
| 10790 | 10782 | ||
| 10791 | if (selected_group) { | 10783 | if (selected_group) { |
| 10792 | await importGroupChat(formData); | 10784 | await importGroupChat(formData); |
| @@ -636,7 +636,6 @@ export function initBookmarks() { | |||
| 636 | } | 636 | } |
| 637 | 637 | ||
| 638 | $('#shadow_select_chat_popup').css('display', 'none'); | 638 | $('#shadow_select_chat_popup').css('display', 'none'); |
| 639 | $('#load_select_chat_div').css('display', 'block'); | ||
| 640 | }); | 639 | }); |
| 641 | 640 | ||
| 642 | $(document).on('click', '.mes_create_bookmark', async function () { | 641 | $(document).on('click', '.mes_create_bookmark', async function () { |
| @@ -4273,17 +4273,6 @@ h5 { | |||
| 4273 | cursor: pointer; | 4273 | cursor: pointer; |
| 4274 | } | 4274 | } |
| 4275 | 4275 | ||
| 4276 | #load_select_chat_div { | ||
| 4277 | position: absolute; | ||
| 4278 | bottom: 154px; | ||
| 4279 | left: 174px; | ||
| 4280 | } | ||
| 4281 | |||
| 4282 | #load_select_chat_div img { | ||
| 4283 | width: 80px; | ||
| 4284 | height: 80px; | ||
| 4285 | } | ||
| 4286 | |||
| 4287 | #select_chat_div { | 4276 | #select_chat_div { |
| 4288 | padding: 0; | 4277 | padding: 0; |
| 4289 | height: min-content; | 4278 | height: min-content; |