Commit aabb5ed75c01ca8d700227c829d2f8786ee6ab0a

Authored by perry.werneck@gmail.com
1 parent 64fb1438

Limpando a tela quando o host desconecta

Showing 1 changed file with 2 additions and 0 deletions   Show diff stats
android/res/raw/jsmain.js
@@ -41,6 +41,8 @@ function terminalUpdate() @@ -41,6 +41,8 @@ function terminalUpdate()
41 { 41 {
42 document.getElementById("pfbar").style.visible = "hidden"; 42 document.getElementById("pfbar").style.visible = "hidden";
43 document.getElementById("terminal").style.visible = "hidden"; 43 document.getElementById("terminal").style.visible = "hidden";
  44 + document.getElementById("pfbar").innerHTML = "";
  45 + document.getElementById("terminal").innerHTML = "";
44 } 46 }
45 47
46 setupWindow(); 48 setupWindow();