We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1fe1f91 commit fd89eccCopy full SHA for fd89ecc
client/index.js
@@ -28,7 +28,6 @@ document.querySelector('.lang').textContent = languagePhrase;
28
document.querySelector('.depth').textContent = colorDepthPhrase;
29
document.querySelector('.dimentions').textContent = dimentionPhrase;
30
document.querySelector('.touch').textContent = touchPhrase
31
-document.querySelector('.scan-container').style.display = "none";
32
33
// Try to get the graphichal processing unit info
34
const canv = document.getElementById("canv");
0 commit comments