MCPcopy Create free account
hub / github.com/OpenReplicant/ProtoReplicant / hideinterface

Function hideinterface

vrm-ui/script.js:493–504  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

491
492// click to dismiss non-vrm divs
493 function hideinterface() {
494
495 var a = document.getElementById("backplate");
496 var b = document.getElementById("interface");
497 var x = document.getElementById("infobar");
498 var y = document.getElementById("credits");
499 a.style.display = "none";
500 b.style.display = "none";
501 x.style.display = "none";
502 y.style.display = "none";
503
504 }
505
506// click to dismiss non-interface divs
507function hideinfo() {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected