Remove TAI artifact
| @@ -5458,9 +5458,6 @@ | ||
| 5458 | 5458 | <div id="select_chat_cross" class="opacity50p hoverglow fa-solid fa-circle-xmark fontsize120p" alt="Close Past Chat Popup"></div> |
| 5459 | 5459 | </div> |
| 5460 | 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 | 5461 | </div> |
| 5465 | 5462 | </div> |
| 5466 | 5463 | <div id="background_template" class="template_element"> |
| @@ -10380,13 +10380,6 @@ jQuery(async function () { | ||
| 10380 | 10380 | easing: animation_easing, |
| 10381 | 10381 | }); |
| 10382 | 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 | 10385 | if (navigator.clipboard === undefined) { |
| @@ -10786,7 +10779,6 @@ jQuery(async function () { | ||
| 10786 | 10779 | var formData = new FormData($('#form_import_chat').get(0)); |
| 10787 | 10780 | formData.append('user_name', name1); |
| 10788 | 10781 | $('#select_chat_div').html(''); |
| 10789 | - $('#load_select_chat_div').css('display', 'block'); | |
| 10790 | 10782 | |
| 10791 | 10783 | if (selected_group) { |
| 10792 | 10784 | await importGroupChat(formData); |
| @@ -636,7 +636,6 @@ export function initBookmarks() { | ||
| 636 | 636 | } |
| 637 | 637 | |
| 638 | 638 | $('#shadow_select_chat_popup').css('display', 'none'); |
| 639 | - $('#load_select_chat_div').css('display', 'block'); | |
| 640 | 639 | }); |
| 641 | 640 | |
| 642 | 641 | $(document).on('click', '.mes_create_bookmark', async function () { |
| @@ -4273,17 +4273,6 @@ h5 { | ||
| 4273 | 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 | 4276 | #select_chat_div { |
| 4288 | 4277 | padding: 0; |
| 4289 | 4278 | height: min-content; |