mirror of
https://thingvellir.net/git/overte
synced 2025-03-27 23:52:03 +01:00
New loading icon
This commit is contained in:
parent
75f1168b19
commit
87b2d5bf8a
2 changed files with 1 additions and 1 deletions
BIN
interface/resources/icons/loading.gif
Normal file
BIN
interface/resources/icons/loading.gif
Normal file
Binary file not shown.
After Width: | Height: | Size: 30 KiB |
|
@ -84,7 +84,7 @@ window.onload = function () {
|
|||
if (messageOptions.containsGif) {
|
||||
if (messageOptions.processingGif) {
|
||||
imageCount = message.action.length + 1; // "+1" for the GIF that'll finish processing soon
|
||||
message.action.unshift({ localPath: '../../../resources/icons/profilePicLoading.gif' });
|
||||
message.action.unshift({ localPath: '../../../resources/icons/loading.gif' });
|
||||
message.action.forEach(addImage);
|
||||
document.getElementById('p0').disabled = true;
|
||||
// UX question: Should we also check the box at this point? Might lead to confusing behavior,
|
||||
|
|
Loading…
Reference in a new issue