mirror of
https://github.com/overte-org/overte.git
synced 2025-04-13 17:32:11 +02:00
Remove unnecessary comment
This commit is contained in:
parent
c724c2e50b
commit
3f91fb8e55
1 changed files with 0 additions and 2 deletions
|
@ -87,8 +87,6 @@ window.onload = function () {
|
|||
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,
|
||||
// where the animated snapshot is shared without the user meaning to share it.
|
||||
} else {
|
||||
document.getElementById('p0').disabled = false;
|
||||
document.getElementById('p0img').src = message.action[0].localPath;
|
||||
|
|
Loading…
Reference in a new issue