New loading icon

This commit is contained in:
Zach Fox 2017-04-12 14:24:18 -07:00
parent 87b2d5bf8a
commit c724c2e50b
3 changed files with 1 additions and 1 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 30 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 84 KiB

View file

@ -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/loading.gif' });
message.action.unshift({ localPath: '../../../resources/icons/loadingDark.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,